#DD6DCF

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

Shades of Orchid #DD6DCF

Tints of Orchid #DD6DCF

Color information

#DD6DCF (or 0xDD6DCF) is unknown color: approx Orchid. HEX triplet: DD, 6D and CF. RGB value is (221,109,207). Sum of RGB (Red+Green+Blue) = 221+109+207=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DCF is #229230. Grayscale: #999999. Windows color (decimal): -2265649 or 13594077. OLE color: 13594077.

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

Color convert

RGB221109207-
CMYK00.510.060.13
HSL307.5º62.22%64.71%-
HSV(B)307.5º50.68%86.67%-
XYZ46.5530.8162.53-
YUV153.66158.11176.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 109 (42.97% from 255) = 20.30%
BLUE value IS 207 (81.25% from 255) = 38.55%
R=41.15%
G=20.30%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110920700.510.060.13307.562.2264.71
HexDD6DCF0336D1343e41
Octal33515531706361546476101
Binary11011101110110111001111011001111011011001101001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6DCF; }

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

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

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

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

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

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

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

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