#DD6DC0

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

Shades of Orchid #DD6DC0

Tints of Orchid #DD6DC0

Color information

#DD6DC0 (or 0xDD6DC0) is unknown color: approx Orchid. HEX triplet: DD, 6D and C0. RGB value is (221,109,192). Sum of RGB (Red+Green+Blue) = 221+109+192=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 109 (42.97% from 255 or 20.88% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6DC0 is #22923F. Grayscale: #979797. Windows color (decimal): -2265664 or 12611037. OLE color: 12611037.

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

Color convert

RGB221109192-
CMYK00.510.130.13
HSL315.54º62.22%64.71%-
HSV(B)315.54º50.68%86.67%-
XYZ44.830.1253.32-
YUV151.95150.61177.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.34%
GREEN value IS 109 (42.97% from 255) = 20.88%
BLUE value IS 192 (75.39% from 255) = 36.78%
R=42.34%
G=20.88%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110919200.510.130.13315.5462.2264.71
HexDD6DC0033DD13c3e41
Octal335155300063151547476101
Binary110111011101101110000000110011110111011001111001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6DC0; }

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

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

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

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

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

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

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

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