#DD6EC4

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

Shades of Orchid #DD6EC4

Tints of Orchid #DD6EC4

Color information

#DD6EC4 (or 0xDD6EC4) is unknown color: approx Orchid. HEX triplet: DD, 6E and C4. RGB value is (221,110,196). Sum of RGB (Red+Green+Blue) = 221+110+196=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 110 (43.36% from 255 or 20.87% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6EC4 is #22913B. Grayscale: #989898. Windows color (decimal): -2265404 or 12873437. OLE color: 12873437.

HSL color Cylindrical-coordinate representation of color #DD6EC4: hue angle of 313.51º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6EC4 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB221110196-
CMYK00.500.110.13
HSL313.51º62.01%64.9%-
HSV(B)313.51º50.23%86.67%-
XYZ45.3630.5155.72-
YUV152.99152.27176.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 110 (43.36% from 255) = 20.87%
BLUE value IS 196 (76.95% from 255) = 37.19%
R=41.94%
G=20.87%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111019600.500.110.13313.5162.0164.9
HexDD6EC4032BD13a3e41
Octal335156304062131547276101
Binary110111011101110110001000110010101111011001110101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6EC4; }

 p { color: rgb(221,110,196); }

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

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

 a { background-color: rgb(221,110,196); }

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

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

 span { border-color: rgb(221,110,196); }

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