#C87FD0

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

Shades of Orchid #C87FD0

Tints of Orchid #C87FD0

Color information

#C87FD0 (or 0xC87FD0) is unknown color: approx Orchid. HEX triplet: C8, 7F and D0. RGB value is (200,127,208). Sum of RGB (Red+Green+Blue) = 200+127+208=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 208 - color contains mainly: blue. Hex color #C87FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87FD0 is #37802F. Grayscale: #9D9D9D. Windows color (decimal): -3637296 or 13664200. OLE color: 13664200.

HSL color Cylindrical-coordinate representation of color #C87FD0: hue angle of 294.07º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C87FD0 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB200127208-
CMYK0.040.3900.18
HSL294.07º46.29%65.69%-
HSV(B)294.07º38.94%81.57%-
XYZ42.7932.0163.6-
YUV158.06156.18157.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.38%
GREEN value IS 127 (50% from 255) = 23.74%
BLUE value IS 208 (81.64% from 255) = 38.88%
R=37.38%
G=23.74%
B=38.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2001272080.040.3900.18294.0746.2965.69
HexC87FD04270121262e42
Octal31017732044702244656102
Binary110010001111111110100001001001110100101001001101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87FD0; }

 p { color: rgb(200,127,208); }

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

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

 a { background-color: rgb(200,127,208); }

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

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

 span { border-color: rgb(200,127,208); }

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