Shades of Orchid #DC66DD
Tints of Orchid #DC66DD
RGB
CMYK
RGB Variations
Color information
#DC66DD (or 0xDC66DD) is known color: Orchid. HEX triplet: DC, 66 and DD. RGB value is (220,102,221). Sum of RGB (Red+Green+Blue) = 220+102+221=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 102 (40.23% from 255 or 18.78% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC66DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC66DD is #239922. Grayscale: #969696. Windows color (decimal): -2332963 or 14509788. OLE color: 14509788.
HSL color Cylindrical-coordinate representation of color #DC66DD: hue angle of 299.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC66DD is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 102 | 221 | - |
| CMYK | 0.00 | 0.54 | 0 | 0.13 |
| HSL | 299.5º | 0.64% | 0.63% | - |
| HSV(B) | 299.5º | 0.54% | 0.87% | - |
| XYZ | 47.32 | 29.94 | 71.69 | - |
| YUV | 150.85 | 167.59 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 221 | 0.00 | 0.54 | 0 | 0.13 | 299.5 | 0.64 | 0.63 |
| Hex | DC | 66 | DD | 0 | 36 | 0 | D | 12B | 40 | 3F |
| Octal | 334 | 146 | 335 | 0 | 66 | 0 | 15 | 453 | 100 | 77 |
| Binary | 11011100 | 1100110 | 11011101 | 0 | 110110 | 0 | 1101 | 100101011 | 1000000 | 111111 |
Color Harmonies of #DC66DD
Complementary color
Monochromatic Colors of #DC66DD
Black with #DC66DD
Text Example
Text Example
White with #DC66DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC66DD; }
p { color: rgb(220,102,221); }
H1.HeaderClassName
{
color: #DC66DD;
}
.AnyTagClassName
{
color: #DC66DD;
}
</style>
background-color css
<style>
a { background-color: #DC66DD; }
a { background-color: rgb(220,102,221); }
div.DivClassName
{
background-color: #DC66DD;
}
.BgClassName
{
background-color: #DC66DD;
}
</style>
border-color css
<style>
span { border-color: #DC66DD; }
span { border-color: rgb(220,102,221); }
td.TdClassName
{
border-color: #DC66DD;
}
.TagClassName
{
border-color: #DC66DD;
}
</style>