#C87AD9

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

Shades of Orchid #C87AD9

Tints of Orchid #C87AD9

Color information

#C87AD9 (or 0xC87AD9) is unknown color: approx Orchid. HEX triplet: C8, 7A and D9. RGB value is (200,122,217). Sum of RGB (Red+Green+Blue) = 200+122+217=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 217 - color contains mainly: blue. Hex color #C87AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87AD9 is #378526. Grayscale: #9B9B9B. Windows color (decimal): -3638567 or 14252744. OLE color: 14252744.

HSL color Cylindrical-coordinate representation of color #C87AD9: hue angle of 289.26º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C87AD9 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB200122217-
CMYK0.080.4400.15
HSL289.26º55.56%66.47%-
HSV(B)289.26º43.78%85.1%-
XYZ43.331.2169.39-
YUV156.15162.34159.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.11%
GREEN value IS 122 (48.05% from 255) = 22.63%
BLUE value IS 217 (85.16% from 255) = 40.26%
R=37.11%
G=22.63%
B=40.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001222170.080.4400.15289.2655.5666.47
HexC87AD982C0F1213842
Octal310172331105401744170102
Binary110010001111010110110011000101100011111001000011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87AD9; }

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

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

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

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

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

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

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

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