#C87AD4

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

Shades of Orchid #C87AD4

Tints of Orchid #C87AD4

Color information

#C87AD4 (or 0xC87AD4) is unknown color: approx Orchid. HEX triplet: C8, 7A and D4. RGB value is (200,122,212). Sum of RGB (Red+Green+Blue) = 200+122+212=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 212 (83.20% from 255 or 39.70% from 534); Max value from RGB is 212 - color contains mainly: blue. Hex color #C87AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87AD4 is #37852B. Grayscale: #9B9B9B. Windows color (decimal): -3638572 or 13925064. OLE color: 13925064.

HSL color Cylindrical-coordinate representation of color #C87AD4: hue angle of 292º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C87AD4 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB200122212-
CMYK0.060.4200.17
HSL292º51.14%65.49%-
HSV(B)292º42.45%83.14%-
XYZ42.6630.9566.01-
YUV155.58159.84159.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.45%
GREEN value IS 122 (48.05% from 255) = 22.85%
BLUE value IS 212 (83.20% from 255) = 39.70%
R=37.45%
G=22.85%
B=39.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2001222120.060.4200.1729251.1465.49
HexC87AD462A0111243341
Octal31017232465202144463101
Binary110010001111010110101001101010100100011001001001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87AD4; }

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

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

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

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

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

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

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

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