Shades of Orchid #DC66C9
Tints of Orchid #DC66C9
RGB
CMYK
RGB Variations
Color information
#DC66C9 (or 0xDC66C9) is known color: Orchid. HEX triplet: DC, 66 and C9. RGB value is (220,102,201). Sum of RGB (Red+Green+Blue) = 220+102+201=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 201 (78.91% from 255 or 38.43% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DC66C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC66C9 is #239936. Grayscale: #949494. Windows color (decimal): -2332983 or 13199068. OLE color: 13199068.
HSL color Cylindrical-coordinate representation of color #DC66C9: hue angle of 309.66º 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 #DC66C9 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 201 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.14 |
| HSL | 309.66º | 0.63% | 0.63% | - |
| HSV(B) | 309.66º | 0.54% | 0.86% | - |
| XYZ | 44.81 | 28.94 | 58.48 | - |
| YUV | 148.57 | 157.59 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 201 | 0 | 0.54 | 0.09 | 0.14 | 309.66 | 0.63 | 0.63 |
| Hex | DC | 66 | C9 | 0 | 36 | 9 | E | 136 | 3F | 3F |
| Octal | 334 | 146 | 311 | 0 | 66 | 11 | 16 | 466 | 77 | 77 |
| Binary | 11011100 | 1100110 | 11001001 | 0 | 110110 | 1001 | 1110 | 100110110 | 111111 | 111111 |
Color Harmonies of #DC66C9
Complementary color
Monochromatic Colors of #DC66C9
Black with #DC66C9
Text Example
Text Example
White with #DC66C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC66C9; }
p { color: rgb(220,102,201); }
H1.HeaderClassName
{
color: #DC66C9;
}
.AnyTagClassName
{
color: #DC66C9;
}
</style>
background-color css
<style>
a { background-color: #DC66C9; }
a { background-color: rgb(220,102,201); }
div.DivClassName
{
background-color: #DC66C9;
}
.BgClassName
{
background-color: #DC66C9;
}
</style>
border-color css
<style>
span { border-color: #DC66C9; }
span { border-color: rgb(220,102,201); }
td.TdClassName
{
border-color: #DC66C9;
}
.TagClassName
{
border-color: #DC66C9;
}
</style>