#C87ACB

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

Shades of Orchid #C87ACB

Tints of Orchid #C87ACB

Color information

#C87ACB (or 0xC87ACB) is unknown color: approx Orchid. HEX triplet: C8, 7A and CB. RGB value is (200,122,203). Sum of RGB (Red+Green+Blue) = 200+122+203=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #C87ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87ACB is #378534. Grayscale: #9A9A9A. Windows color (decimal): -3638581 or 13335240. OLE color: 13335240.

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

Color convert

RGB200122203-
CMYK0.010.4000.20
HSL297.78º43.78%63.73%-
HSV(B)297.78º39.9%79.61%-
XYZ41.5630.5160.2-
YUV154.56155.34160.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.10%
GREEN value IS 122 (48.05% from 255) = 23.24%
BLUE value IS 203 (79.69% from 255) = 38.67%
R=38.10%
G=23.24%
B=38.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001222030.010.4000.20297.7843.7863.73
HexC87ACB12801412a2c40
Octal31017231315002445254100
Binary1100100011110101100101111010000101001001010101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87ACB; }

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

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

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

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

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

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

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

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