Shades of Orchid #DD6CCD
Tints of Orchid #DD6CCD
RGB
CMYK
RGB Variations
Color information
#DD6CCD (or 0xDD6CCD) is known color: Orchid. HEX triplet: DD, 6C and CD. RGB value is (221,108,205). Sum of RGB (Red+Green+Blue) = 221+108+205=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 108 (42.58% from 255 or 20.22% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6CCD is #229332. Grayscale: #989898. Windows color (decimal): -2265907 or 13462749. OLE color: 13462749.
HSL color Cylindrical-coordinate representation of color #DD6CCD: hue angle of 308.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 #DD6CCD is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 205 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.13 |
| HSL | 308.5º | 0.62% | 0.65% | - |
| HSV(B) | 308.5º | 0.51% | 0.87% | - |
| XYZ | 46.2 | 30.51 | 61.21 | - |
| YUV | 152.85 | 157.44 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 205 | 0 | 0.51 | 0.07 | 0.13 | 308.5 | 0.62 | 0.65 |
| Hex | DD | 6C | CD | 0 | 33 | 7 | D | 134 | 3E | 41 |
| Octal | 335 | 154 | 315 | 0 | 63 | 7 | 15 | 464 | 76 | 101 |
| Binary | 11011101 | 1101100 | 11001101 | 0 | 110011 | 111 | 1101 | 100110100 | 111110 | 1000001 |
Color Harmonies of #DD6CCD
Complementary color
Monochromatic Colors of #DD6CCD
Black with #DD6CCD
Text Example
Text Example
White with #DD6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6CCD; }
p { color: rgb(221,108,205); }
H1.HeaderClassName
{
color: #DD6CCD;
}
.AnyTagClassName
{
color: #DD6CCD;
}
</style>
background-color css
<style>
a { background-color: #DD6CCD; }
a { background-color: rgb(221,108,205); }
div.DivClassName
{
background-color: #DD6CCD;
}
.BgClassName
{
background-color: #DD6CCD;
}
</style>
border-color css
<style>
span { border-color: #DD6CCD; }
span { border-color: rgb(221,108,205); }
td.TdClassName
{
border-color: #DD6CCD;
}
.TagClassName
{
border-color: #DD6CCD;
}
</style>