#C87DDF

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

Shades of Orchid #C87DDF

Tints of Orchid #C87DDF

Color information

#C87DDF (or 0xC87DDF) is unknown color: approx Orchid. HEX triplet: C8, 7D and DF. RGB value is (200,125,223). Sum of RGB (Red+Green+Blue) = 200+125+223=548 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.50% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #C87DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87DDF is #378220. Grayscale: #9E9E9E. Windows color (decimal): -3637793 or 14646728. OLE color: 14646728.

HSL color Cylindrical-coordinate representation of color #C87DDF: hue angle of 285.92º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C87DDF is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200125223-
CMYK0.100.4400.13
HSL285.92º60.49%68.24%-
HSV(B)285.92º43.95%87.45%-
XYZ44.4732.2773.7-
YUV158.6164.35157.53-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.50%
GREEN value IS 125 (49.22% from 255) = 22.81%
BLUE value IS 223 (87.5% from 255) = 40.69%
R=36.50%
G=22.81%
B=40.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001252230.100.4400.13285.9260.4968.24
HexC87DDFA2C0D11e3c44
Octal310175337125401543674104
Binary110010001111101110111111010101100011011000111101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87DDF; }

 p { color: rgb(200,125,223); }

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

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

 a { background-color: rgb(200,125,223); }

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

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

 span { border-color: rgb(200,125,223); }

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