Shades of Orchid #DD6AD0
Tints of Orchid #DD6AD0
RGB
CMYK
RGB Variations
Color information
#DD6AD0 (or 0xDD6AD0) is known color: Orchid. HEX triplet: DD, 6A and D0. RGB value is (221,106,208). Sum of RGB (Red+Green+Blue) = 221+106+208=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6AD0 is #22952F. Grayscale: #979797. Windows color (decimal): -2266416 or 13658845. OLE color: 13658845.
HSL color Cylindrical-coordinate representation of color #DD6AD0: hue angle of 306.78º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6AD0 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 106 | 208 | - |
CMYK | 0 | 0.52 | 0.06 | 0.13 |
HSL | 306.78º | 0.63% | 0.64% | - |
HSV(B) | 306.78º | 0.52% | 0.87% | - |
XYZ | 46.36 | 30.23 | 63.07 | - |
YUV | 152.01 | 159.6 | 177.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 106 | 208 | 0 | 0.52 | 0.06 | 0.13 | 306.78 | 0.63 | 0.64 |
Hex | DD | 6A | D0 | 0 | 34 | 6 | D | 133 | 3F | 40 |
Octal | 335 | 152 | 320 | 0 | 64 | 6 | 15 | 463 | 77 | 100 |
Binary | 11011101 | 1101010 | 11010000 | 0 | 110100 | 110 | 1101 | 100110011 | 111111 | 1000000 |
Color Harmonies of #DD6AD0
Complementary color
Monochromatic Colors of #DD6AD0
Black with #DD6AD0
Text Example
Text Example
White with #DD6AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6AD0; }
p { color: rgb(221,106,208); }
H1.HeaderClassName
{
color: #DD6AD0;
}
.AnyTagClassName
{
color: #DD6AD0;
}
</style>
background-color css
<style>
a { background-color: #DD6AD0; }
a { background-color: rgb(221,106,208); }
div.DivClassName
{
background-color: #DD6AD0;
}
.BgClassName
{
background-color: #DD6AD0;
}
</style>
border-color css
<style>
span { border-color: #DD6AD0; }
span { border-color: rgb(221,106,208); }
td.TdClassName
{
border-color: #DD6AD0;
}
.TagClassName
{
border-color: #DD6AD0;
}
</style>