#C87FDA

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

Shades of Orchid #C87FDA

Tints of Orchid #C87FDA

Color information

#C87FDA (or 0xC87FDA) is unknown color: approx Orchid. HEX triplet: C8, 7F and DA. RGB value is (200,127,218). Sum of RGB (Red+Green+Blue) = 200+127+218=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #C87FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87FDA is #378025. Grayscale: #9E9E9E. Windows color (decimal): -3637286 or 14319560. OLE color: 14319560.

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

Color convert

RGB200127218-
CMYK0.080.4200.15
HSL288.13º55.15%67.65%-
HSV(B)288.13º41.74%85.49%-
XYZ44.0632.5270.28-
YUV159.2161.18157.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.70%
GREEN value IS 127 (50% from 255) = 23.30%
BLUE value IS 218 (85.55% from 255) = 40%
R=36.70%
G=23.30%
B=40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2001272180.080.4200.15288.1355.1567.65
HexC87FDA82A0F1203744
Octal310177332105201744067104
Binary110010001111111110110101000101010011111001000001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87FDA; }

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

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

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

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

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

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

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

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