#DD6EBC

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

Shades of Orchid #DD6EBC

Tints of Orchid #DD6EBC

Color information

#DD6EBC (or 0xDD6EBC) is unknown color: approx Orchid. HEX triplet: DD, 6E and BC. RGB value is (221,110,188). Sum of RGB (Red+Green+Blue) = 221+110+188=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6EBC is #229143. Grayscale: #979797. Windows color (decimal): -2265412 or 12349149. OLE color: 12349149.

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

Color convert

RGB221110188-
CMYK00.500.150.13
HSL317.84º62.01%64.9%-
HSV(B)317.84º50.23%86.67%-
XYZ44.4730.1551.05-
YUV152.08148.27177.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.58%
GREEN value IS 110 (43.36% from 255) = 21.19%
BLUE value IS 188 (73.83% from 255) = 36.22%
R=42.58%
G=21.19%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111018800.500.150.13317.8462.0164.9
HexDD6EBC032FD13e3e41
Octal335156274062171547676101
Binary110111011101110101111000110010111111011001111101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6EBC; }

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

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

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

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

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

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

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

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