#C87FDC

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

Shades of Orchid #C87FDC

Tints of Orchid #C87FDC

Color information

#C87FDC (or 0xC87FDC) is unknown color: approx Orchid. HEX triplet: C8, 7F and DC. RGB value is (200,127,220). Sum of RGB (Red+Green+Blue) = 200+127+220=547 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.56% from 547); Green value is 127 (50% from 255 or 23.22% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #C87FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87FDC is #378023. Grayscale: #9F9F9F. Windows color (decimal): -3637284 or 14450632. OLE color: 14450632.

HSL color Cylindrical-coordinate representation of color #C87FDC: hue angle of 287.1º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C87FDC is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200127220-
CMYK0.090.4200.14
HSL287.1º57.06%68.04%-
HSV(B)287.1º42.27%86.27%-
XYZ44.3332.6371.67-
YUV159.43162.18156.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.56%
GREEN value IS 127 (50% from 255) = 23.22%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=36.56%
G=23.22%
B=40.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001272200.090.4200.14287.157.0668.04
HexC87FDC92A0E11f3944
Octal310177334115201643771104
Binary110010001111111110111001001101010011101000111111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87FDC; }

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

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

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

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

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

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

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

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