#C87AC6

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

Shades of Orchid #C87AC6

Tints of Orchid #C87AC6

Color information

#C87AC6 (or 0xC87AC6) is unknown color: approx Orchid. HEX triplet: C8, 7A and C6. RGB value is (200,122,198). Sum of RGB (Red+Green+Blue) = 200+122+198=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 198 (77.73% from 255 or 38.08% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C87AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87AC6 is #378539. Grayscale: #999999. Windows color (decimal): -3638586 or 13007560. OLE color: 13007560.

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

Color convert

RGB200122198-
CMYK00.390.010.22
HSL301.54º41.49%63.14%-
HSV(B)301.54º39%78.43%-
XYZ40.9730.2857.11-
YUV153.99152.84160.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.46%
GREEN value IS 122 (48.05% from 255) = 23.46%
BLUE value IS 198 (77.73% from 255) = 38.08%
R=38.46%
G=23.46%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012219800.390.010.22301.5441.4963.14
HexC87AC602711612e293f
Octal3101723060471264565177
Binary110010001111010110001100100111110110100101110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87AC6; }

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

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

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

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

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

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

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

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