#E06BD2

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

Shades of Orchid #E06BD2

Tints of Orchid #E06BD2

Color information

#E06BD2 (or 0xE06BD2) is unknown color: approx Orchid. HEX triplet: E0, 6B and D2. RGB value is (224,107,210). Sum of RGB (Red+Green+Blue) = 224+107+210=541 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.40% from 541); Green value is 107 (42.19% from 255 or 19.78% from 541); Blue value is 210 (82.42% from 255 or 38.82% from 541); Max value from RGB is 224 - color contains mainly: red. Hex color #E06BD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06BD2 is #1F942D. Grayscale: #999999. Windows color (decimal): -2069550 or 13790176. OLE color: 13790176.

HSL color Cylindrical-coordinate representation of color #E06BD2: hue angle of 307.18º 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 #E06BD2 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB224107210-
CMYK00.520.060.12
HSL307.18º65.36%64.9%-
HSV(B)307.18º52.23%87.84%-
XYZ47.6331.0264.45-
YUV153.72159.76178.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.40%
GREEN value IS 107 (42.19% from 255) = 19.78%
BLUE value IS 210 (82.42% from 255) = 38.82%
R=41.40%
G=19.78%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410721000.520.060.12307.1865.3664.9
HexE06BD20346C1334141
Octal340153322064614463101101
Binary111000001101011110100100110100110110010011001110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06BD2; }

 p { color: rgb(224,107,210); }

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

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

 a { background-color: rgb(224,107,210); }

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

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

 span { border-color: rgb(224,107,210); }

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