#C87CB9

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

Shades of Orchid #C87CB9

Tints of Orchid #C87CB9

Color information

#C87CB9 (or 0xC87CB9) is unknown color: approx Orchid. HEX triplet: C8, 7C and B9. RGB value is (200,124,185). Sum of RGB (Red+Green+Blue) = 200+124+185=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C87CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CB9 is #378346. Grayscale: #999999. Windows color (decimal): -3638087 or 12156104. OLE color: 12156104.

HSL color Cylindrical-coordinate representation of color #C87CB9: hue angle of 311.84º 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 #C87CB9 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB200124185-
CMYK00.380.080.22
HSL311.84º40.86%63.53%-
HSV(B)311.84º38%78.43%-
XYZ39.7830.249.63-
YUV153.68145.68161.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.29%
GREEN value IS 124 (48.83% from 255) = 24.36%
BLUE value IS 185 (72.66% from 255) = 36.35%
R=39.29%
G=24.36%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012418500.380.080.22311.8440.8663.53
HexC87CB90268161382940
Octal310174271046102647051100
Binary1100100011111001011100101001101000101101001110001010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87CB9; }

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

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

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

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

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

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

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

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