#E06CDB

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

Shades of Orchid #E06CDB

Tints of Orchid #E06CDB

Color information

#E06CDB (or 0xE06CDB) is unknown color: approx Orchid. HEX triplet: E0, 6C and DB. RGB value is (224,108,219). Sum of RGB (Red+Green+Blue) = 224+108+219=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 108 (42.58% from 255 or 19.60% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06CDB is #1F9324. Grayscale: #9B9B9B. Windows color (decimal): -2069285 or 14380256. OLE color: 14380256.

HSL color Cylindrical-coordinate representation of color #E06CDB: hue angle of 302.59º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06CDB is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB224108219-
CMYK00.520.020.12
HSL302.59º65.17%65.1%-
HSV(B)302.59º51.79%87.84%-
XYZ48.8931.6970.56-
YUV155.34163.93176.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.65%
GREEN value IS 108 (42.58% from 255) = 19.60%
BLUE value IS 219 (85.94% from 255) = 39.75%
R=40.65%
G=19.60%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410821900.520.020.12302.5965.1765.1
HexE06CDB0342C12f4141
Octal340154333064214457101101
Binary11100000110110011011011011010010110010010111110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06CDB; }

 p { color: rgb(224,108,219); }

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

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

 a { background-color: rgb(224,108,219); }

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

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

 span { border-color: rgb(224,108,219); }

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