#DD6EC8

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

Shades of Orchid #DD6EC8

Tints of Orchid #DD6EC8

Color information

#DD6EC8 (or 0xDD6EC8) is unknown color: approx Orchid. HEX triplet: DD, 6E and C8. RGB value is (221,110,200). Sum of RGB (Red+Green+Blue) = 221+110+200=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6EC8 is #229137. Grayscale: #999999. Windows color (decimal): -2265400 or 13135581. OLE color: 13135581.

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

Color convert

RGB221110200-
CMYK00.500.100.13
HSL311.35º62.01%64.9%-
HSV(B)311.35º50.23%86.67%-
XYZ45.8230.6958.15-
YUV153.45154.27176.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 110 (43.36% from 255) = 20.72%
BLUE value IS 200 (78.52% from 255) = 37.66%
R=41.62%
G=20.72%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111020000.500.100.13311.3562.0164.9
HexDD6EC8032AD1373e41
Octal335156310062121546776101
Binary110111011101110110010000110010101011011001101111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6EC8; }

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

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

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

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

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

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

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

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