#C87CBE

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

Shades of Orchid #C87CBE

Tints of Orchid #C87CBE

Color information

#C87CBE (or 0xC87CBE) is unknown color: approx Orchid. HEX triplet: C8, 7C and BE. RGB value is (200,124,190). Sum of RGB (Red+Green+Blue) = 200+124+190=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 124 (48.83% from 255 or 24.12% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C87CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CBE is #378341. Grayscale: #9A9A9A. Windows color (decimal): -3638082 or 12483784. OLE color: 12483784.

HSL color Cylindrical-coordinate representation of color #C87CBE: hue angle of 307.89º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87CBE is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB200124190-
CMYK00.380.050.22
HSL307.89º40.86%63.53%-
HSV(B)307.89º38%78.43%-
XYZ40.3230.4152.46-
YUV154.25148.18160.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.91%
GREEN value IS 124 (48.83% from 255) = 24.12%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=38.91%
G=24.12%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012419000.380.050.22307.8940.8663.53
HexC87CBE0265161342940
Octal31017427604652646451100
Binary110010001111100101111100100110101101101001101001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87CBE; }

 p { color: rgb(200,124,190); }

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

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

 a { background-color: rgb(200,124,190); }

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

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

 span { border-color: rgb(200,124,190); }

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