Shades of Orchid #DD6CD1
Tints of Orchid #DD6CD1
RGB
CMYK
RGB Variations
Color information
#DD6CD1 (or 0xDD6CD1) is known color: Orchid. HEX triplet: DD, 6C and D1. RGB value is (221,108,209). Sum of RGB (Red+Green+Blue) = 221+108+209=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6CD1 is #22932E. Grayscale: #999999. Windows color (decimal): -2265903 or 13724893. OLE color: 13724893.
HSL color Cylindrical-coordinate representation of color #DD6CD1: hue angle of 306.37º 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 #DD6CD1 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 108 | 209 | - |
CMYK | 0 | 0.51 | 0.05 | 0.13 |
HSL | 306.37º | 0.62% | 0.65% | - |
HSV(B) | 306.37º | 0.51% | 0.87% | - |
XYZ | 46.69 | 30.7 | 63.79 | - |
YUV | 153.3 | 159.44 | 176.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 108 | 209 | 0 | 0.51 | 0.05 | 0.13 | 306.37 | 0.62 | 0.65 |
Hex | DD | 6C | D1 | 0 | 33 | 5 | D | 132 | 3E | 41 |
Octal | 335 | 154 | 321 | 0 | 63 | 5 | 15 | 462 | 76 | 101 |
Binary | 11011101 | 1101100 | 11010001 | 0 | 110011 | 101 | 1101 | 100110010 | 111110 | 1000001 |
Color Harmonies of #DD6CD1
Complementary color
Monochromatic Colors of #DD6CD1
Black with #DD6CD1
Text Example
Text Example
White with #DD6CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6CD1; }
p { color: rgb(221,108,209); }
H1.HeaderClassName
{
color: #DD6CD1;
}
.AnyTagClassName
{
color: #DD6CD1;
}
</style>
background-color css
<style>
a { background-color: #DD6CD1; }
a { background-color: rgb(221,108,209); }
div.DivClassName
{
background-color: #DD6CD1;
}
.BgClassName
{
background-color: #DD6CD1;
}
</style>
border-color css
<style>
span { border-color: #DD6CD1; }
span { border-color: rgb(221,108,209); }
td.TdClassName
{
border-color: #DD6CD1;
}
.TagClassName
{
border-color: #DD6CD1;
}
</style>