#C87BCB

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

Shades of Orchid #C87BCB

Tints of Orchid #C87BCB

Color information

#C87BCB (or 0xC87BCB) is unknown color: approx Orchid. HEX triplet: C8, 7B and CB. RGB value is (200,123,203). Sum of RGB (Red+Green+Blue) = 200+123+203=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #C87BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87BCB is #378434. Grayscale: #9A9A9A. Windows color (decimal): -3638325 or 13335496. OLE color: 13335496.

HSL color Cylindrical-coordinate representation of color #C87BCB: hue angle of 297.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C87BCB is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB200123203-
CMYK0.010.3900.20
HSL297.75º43.48%63.92%-
HSV(B)297.75º39.41%79.61%-
XYZ41.6830.7660.24-
YUV155.14155.01160-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.02%
GREEN value IS 123 (48.44% from 255) = 23.38%
BLUE value IS 203 (79.69% from 255) = 38.59%
R=38.02%
G=23.38%
B=38.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001232030.010.3900.20297.7543.4863.92
HexC87BCB12701412a2b40
Octal31017331314702445253100
Binary1100100011110111100101111001110101001001010101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87BCB; }

 p { color: rgb(200,123,203); }

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

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

 a { background-color: rgb(200,123,203); }

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

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

 span { border-color: rgb(200,123,203); }

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