Shades of Orchid #DC66CA
Tints of Orchid #DC66CA
RGB
CMYK
RGB Variations
Color information
#DC66CA (or 0xDC66CA) is known color: Orchid. HEX triplet: DC, 66 and CA. RGB value is (220,102,202). Sum of RGB (Red+Green+Blue) = 220+102+202=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 102 (40.23% from 255 or 19.47% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC66CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC66CA is #239935. Grayscale: #949494. Windows color (decimal): -2332982 or 13264604. OLE color: 13264604.
HSL color Cylindrical-coordinate representation of color #DC66CA: hue angle of 309.15º 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 #DC66CA is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 202 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.14 |
| HSL | 309.15º | 0.63% | 0.63% | - |
| HSV(B) | 309.15º | 0.54% | 0.86% | - |
| XYZ | 44.93 | 28.98 | 59.1 | - |
| YUV | 148.68 | 158.09 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 202 | 0 | 0.54 | 0.08 | 0.14 | 309.15 | 0.63 | 0.63 |
| Hex | DC | 66 | CA | 0 | 36 | 8 | E | 135 | 3F | 3F |
| Octal | 334 | 146 | 312 | 0 | 66 | 10 | 16 | 465 | 77 | 77 |
| Binary | 11011100 | 1100110 | 11001010 | 0 | 110110 | 1000 | 1110 | 100110101 | 111111 | 111111 |
Color Harmonies of #DC66CA
Complementary color
Monochromatic Colors of #DC66CA
Black with #DC66CA
Text Example
Text Example
White with #DC66CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC66CA; }
p { color: rgb(220,102,202); }
H1.HeaderClassName
{
color: #DC66CA;
}
.AnyTagClassName
{
color: #DC66CA;
}
</style>
background-color css
<style>
a { background-color: #DC66CA; }
a { background-color: rgb(220,102,202); }
div.DivClassName
{
background-color: #DC66CA;
}
.BgClassName
{
background-color: #DC66CA;
}
</style>
border-color css
<style>
span { border-color: #DC66CA; }
span { border-color: rgb(220,102,202); }
td.TdClassName
{
border-color: #DC66CA;
}
.TagClassName
{
border-color: #DC66CA;
}
</style>