#DD6FCC

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

Shades of Orchid #DD6FCC

Tints of Orchid #DD6FCC

Color information

#DD6FCC (or 0xDD6FCC) is unknown color: approx Orchid. HEX triplet: DD, 6F and CC. RGB value is (221,111,204). Sum of RGB (Red+Green+Blue) = 221+111+204=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FCC is #229033. Grayscale: #9A9A9A. Windows color (decimal): -2265140 or 13397981. OLE color: 13397981.

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

Color convert

RGB221111204-
CMYK00.500.080.13
HSL309.27º61.8%65.1%-
HSV(B)309.27º49.77%86.67%-
XYZ46.431.160.68-
YUV154.49155.94175.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 111 (43.75% from 255) = 20.71%
BLUE value IS 204 (80.08% from 255) = 38.06%
R=41.23%
G=20.71%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111120400.500.080.13309.2761.865.1
HexDD6FCC0328D1353e41
Octal335157314062101546576101
Binary110111011101111110011000110010100011011001101011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6FCC; }

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

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

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

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

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

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

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

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