Shades of Orchid #DC66D5
Tints of Orchid #DC66D5
RGB
CMYK
RGB Variations
Color information
#DC66D5 (or 0xDC66D5) is known color: Orchid. HEX triplet: DC, 66 and D5. RGB value is (220,102,213). Sum of RGB (Red+Green+Blue) = 220+102+213=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DC66D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC66D5 is #23992A. Grayscale: #959595. Windows color (decimal): -2332971 or 13985500. OLE color: 13985500.
HSL color Cylindrical-coordinate representation of color #DC66D5: hue angle of 303.56º 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 #DC66D5 is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 213 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.14 |
| HSL | 303.56º | 0.63% | 0.63% | - |
| HSV(B) | 303.56º | 0.54% | 0.86% | - |
| XYZ | 46.28 | 29.52 | 66.21 | - |
| YUV | 149.94 | 163.59 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 213 | 0 | 0.54 | 0.03 | 0.14 | 303.56 | 0.63 | 0.63 |
| Hex | DC | 66 | D5 | 0 | 36 | 3 | E | 130 | 3F | 3F |
| Octal | 334 | 146 | 325 | 0 | 66 | 3 | 16 | 460 | 77 | 77 |
| Binary | 11011100 | 1100110 | 11010101 | 0 | 110110 | 11 | 1110 | 100110000 | 111111 | 111111 |
Color Harmonies of #DC66D5
Complementary color
Monochromatic Colors of #DC66D5
Black with #DC66D5
Text Example
Text Example
White with #DC66D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC66D5; }
p { color: rgb(220,102,213); }
H1.HeaderClassName
{
color: #DC66D5;
}
.AnyTagClassName
{
color: #DC66D5;
}
</style>
background-color css
<style>
a { background-color: #DC66D5; }
a { background-color: rgb(220,102,213); }
div.DivClassName
{
background-color: #DC66D5;
}
.BgClassName
{
background-color: #DC66D5;
}
</style>
border-color css
<style>
span { border-color: #DC66D5; }
span { border-color: rgb(220,102,213); }
td.TdClassName
{
border-color: #DC66D5;
}
.TagClassName
{
border-color: #DC66D5;
}
</style>