Shades of Orchid #DC66D2
Tints of Orchid #DC66D2
RGB
CMYK
RGB Variations
Color information
#DC66D2 (or 0xDC66D2) is known color: Orchid. HEX triplet: DC, 66 and D2. RGB value is (220,102,210). Sum of RGB (Red+Green+Blue) = 220+102+210=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 102 (40.23% from 255 or 19.17% from 532); Blue value is 210 (82.42% from 255 or 39.47% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC66D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC66D2 is #23992D. Grayscale: #959595. Windows color (decimal): -2332974 or 13788892. OLE color: 13788892.
HSL color Cylindrical-coordinate representation of color #DC66D2: hue angle of 305.08º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC66D2 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 210 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.14 |
| HSL | 305.08º | 0.63% | 0.63% | - |
| HSV(B) | 305.08º | 0.54% | 0.86% | - |
| XYZ | 45.9 | 29.37 | 64.22 | - |
| YUV | 149.59 | 162.09 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 210 | 0 | 0.54 | 0.05 | 0.14 | 305.08 | 0.63 | 0.63 |
| Hex | DC | 66 | D2 | 0 | 36 | 5 | E | 131 | 3F | 3F |
| Octal | 334 | 146 | 322 | 0 | 66 | 5 | 16 | 461 | 77 | 77 |
| Binary | 11011100 | 1100110 | 11010010 | 0 | 110110 | 101 | 1110 | 100110001 | 111111 | 111111 |
Color Harmonies of #DC66D2
Complementary color
Monochromatic Colors of #DC66D2
Black with #DC66D2
Text Example
Text Example
White with #DC66D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC66D2; }
p { color: rgb(220,102,210); }
H1.HeaderClassName
{
color: #DC66D2;
}
.AnyTagClassName
{
color: #DC66D2;
}
</style>
background-color css
<style>
a { background-color: #DC66D2; }
a { background-color: rgb(220,102,210); }
div.DivClassName
{
background-color: #DC66D2;
}
.BgClassName
{
background-color: #DC66D2;
}
</style>
border-color css
<style>
span { border-color: #DC66D2; }
span { border-color: rgb(220,102,210); }
td.TdClassName
{
border-color: #DC66D2;
}
.TagClassName
{
border-color: #DC66D2;
}
</style>