#C87DCF

Color #C87DCF Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C87DCF

Tints of Orchid #C87DCF

Color information

#C87DCF (or 0xC87DCF) is unknown color: approx Orchid. HEX triplet: C8, 7D and CF. RGB value is (200,125,207). Sum of RGB (Red+Green+Blue) = 200+125+207=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #C87DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87DCF is #378230. Grayscale: #9C9C9C. Windows color (decimal): -3637809 or 13598152. OLE color: 13598152.

HSL color Cylindrical-coordinate representation of color #C87DCF: hue angle of 294.88º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C87DCF is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB200125207-
CMYK0.030.4000.19
HSL294.88º46.07%65.1%-
HSV(B)294.88º39.61%81.18%-
XYZ42.4231.4562.87-
YUV156.77156.35158.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 37.59%
GREEN value IS 125 (49.22% from 255) = 23.50%
BLUE value IS 207 (81.25% from 255) = 38.91%
R=37.59%
G=23.50%
B=38.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2001252070.030.4000.19294.8846.0765.1
HexC87DCF3280131272e41
Octal31017531735002344756101
Binary11001000111110111001111111010000100111001001111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87DCF; }

 p { color: rgb(200,125,207); }

 H1.HeaderClassName
 {
   color: #C87DCF;
 }
 .AnyTagClassName
 {
   color: #C87DCF;
 }
</style>
background-color css

<style>
 a { background-color: #C87DCF; }

 a { background-color: rgb(200,125,207); }

 div.DivClassName
 {
   background-color: #C87DCF;
 }
 .BgClassName
 {
   background-color: #C87DCF;
 }
</style>
border-color css

<style>
 span { border-color: #C87DCF; }

 span { border-color: rgb(200,125,207); }

 td.TdClassName
 {
   border-color: #C87DCF;
 }
 .TagClassName
 {
   border-color: #C87DCF;
 }
</style>