#DD6DCC

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

Shades of Orchid #DD6DCC

Tints of Orchid #DD6DCC

Color information

#DD6DCC (or 0xDD6DCC) is unknown color: approx Orchid. HEX triplet: DD, 6D and CC. RGB value is (221,109,204). Sum of RGB (Red+Green+Blue) = 221+109+204=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DCC is #229233. Grayscale: #999999. Windows color (decimal): -2265652 or 13397469. OLE color: 13397469.

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

Color convert

RGB221109204-
CMYK00.510.080.13
HSL309.11º62.22%64.71%-
HSV(B)309.11º50.68%86.67%-
XYZ46.1930.6760.61-
YUV153.32156.61176.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.39%
GREEN value IS 109 (42.97% from 255) = 20.41%
BLUE value IS 204 (80.08% from 255) = 38.20%
R=41.39%
G=20.41%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110920400.510.080.13309.1162.2264.71
HexDD6DCC0338D1353e41
Octal335155314063101546576101
Binary110111011101101110011000110011100011011001101011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6DCC; }

 p { color: rgb(221,109,204); }

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

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

 a { background-color: rgb(221,109,204); }

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

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

 span { border-color: rgb(221,109,204); }

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