#DD6ECD

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

Shades of Orchid #DD6ECD

Tints of Orchid #DD6ECD

Color information

#DD6ECD (or 0xDD6ECD) is unknown color: approx Orchid. HEX triplet: DD, 6E and CD. RGB value is (221,110,205). Sum of RGB (Red+Green+Blue) = 221+110+205=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6ECD is #229132. Grayscale: #999999. Windows color (decimal): -2265395 or 13463261. OLE color: 13463261.

HSL color Cylindrical-coordinate representation of color #DD6ECD: hue angle of 308.65º 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 #DD6ECD is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB221110205-
CMYK00.500.070.13
HSL308.65º62.01%64.9%-
HSV(B)308.65º50.23%86.67%-
XYZ46.4130.9361.28-
YUV154.02156.77175.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 110 (43.36% from 255) = 20.52%
BLUE value IS 205 (80.47% from 255) = 38.25%
R=41.23%
G=20.52%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111020500.500.070.13308.6562.0164.9
HexDD6ECD0327D1353e41
Octal33515631506271546576101
Binary11011101110111011001101011001011111011001101011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6ECD; }

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

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

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

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

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

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

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

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