#C87EDB

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

Shades of Orchid #C87EDB

Tints of Orchid #C87EDB

Color information

#C87EDB (or 0xC87EDB) is unknown color: approx Orchid. HEX triplet: C8, 7E and DB. RGB value is (200,126,219). Sum of RGB (Red+Green+Blue) = 200+126+219=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #C87EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87EDB is #378124. Grayscale: #9E9E9E. Windows color (decimal): -3637541 or 14384840. OLE color: 14384840.

HSL color Cylindrical-coordinate representation of color #C87EDB: hue angle of 287.74º degrees, saturation: 0.56, 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 #C87EDB is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200126219-
CMYK0.090.4200.14
HSL287.74º56.36%67.65%-
HSV(B)287.74º42.47%85.88%-
XYZ44.0732.3270.93-
YUV158.73162.02157.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.70%
GREEN value IS 126 (49.61% from 255) = 23.12%
BLUE value IS 219 (85.94% from 255) = 40.18%
R=36.70%
G=23.12%
B=40.18%

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
Decimal2001262190.090.4200.14287.7456.3667.65
HexC87EDB92A0E1203844
Octal310176333115201644070104
Binary110010001111110110110111001101010011101001000001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87EDB; }

 p { color: rgb(200,126,219); }

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

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

 a { background-color: rgb(200,126,219); }

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

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

 span { border-color: rgb(200,126,219); }

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