#C87AC9

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

Shades of Orchid #C87AC9

Tints of Orchid #C87AC9

Color information

#C87AC9 (or 0xC87AC9) is unknown color: approx Orchid. HEX triplet: C8, 7A and C9. RGB value is (200,122,201). Sum of RGB (Red+Green+Blue) = 200+122+201=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 201 (78.91% from 255 or 38.43% from 523); Max value from RGB is 201 - color contains mainly: blue. Hex color #C87AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87AC9 is #378536. Grayscale: #9A9A9A. Windows color (decimal): -3638583 or 13204168. OLE color: 13204168.

HSL color Cylindrical-coordinate representation of color #C87AC9: hue angle of 299.24º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C87AC9 is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB200122201-
CMYK0.000.3900.21
HSL299.24º42.25%63.33%-
HSV(B)299.24º39.3%78.82%-
XYZ41.3230.4258.95-
YUV154.33154.34160.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.24%
GREEN value IS 122 (48.05% from 255) = 23.33%
BLUE value IS 201 (78.91% from 255) = 38.43%
R=38.24%
G=23.33%
B=38.43%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001222010.000.3900.21299.2442.2563.33
HexC87AC902701512b2a3f
Octal3101723110470254535277
Binary110010001111010110010010100111010101100101011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87AC9; }

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

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

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

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

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

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

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

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