Shades of Orchid #DC66BA
Tints of Orchid #DC66BA
RGB
CMYK
RGB Variations
Color information
#DC66BA (or 0xDC66BA) is known color: Orchid. HEX triplet: DC, 66 and BA. RGB value is (220,102,186). Sum of RGB (Red+Green+Blue) = 220+102+186=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC66BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC66BA is #239945. Grayscale: #929292. Windows color (decimal): -2332998 or 12216028. OLE color: 12216028.
HSL color Cylindrical-coordinate representation of color #DC66BA: hue angle of 317.29º 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 #DC66BA is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 186 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.14 |
| HSL | 317.29º | 0.63% | 0.63% | - |
| HSV(B) | 317.29º | 0.54% | 0.86% | - |
| XYZ | 43.13 | 28.26 | 49.64 | - |
| YUV | 146.86 | 150.09 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 186 | 0 | 0.54 | 0.15 | 0.14 | 317.29 | 0.63 | 0.63 |
| Hex | DC | 66 | BA | 0 | 36 | F | E | 13D | 3F | 3F |
| Octal | 334 | 146 | 272 | 0 | 66 | 17 | 16 | 475 | 77 | 77 |
| Binary | 11011100 | 1100110 | 10111010 | 0 | 110110 | 1111 | 1110 | 100111101 | 111111 | 111111 |
Color Harmonies of #DC66BA
Complementary color
Monochromatic Colors of #DC66BA
Black with #DC66BA
Text Example
Text Example
White with #DC66BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC66BA; }
p { color: rgb(220,102,186); }
H1.HeaderClassName
{
color: #DC66BA;
}
.AnyTagClassName
{
color: #DC66BA;
}
</style>
background-color css
<style>
a { background-color: #DC66BA; }
a { background-color: rgb(220,102,186); }
div.DivClassName
{
background-color: #DC66BA;
}
.BgClassName
{
background-color: #DC66BA;
}
</style>
border-color css
<style>
span { border-color: #DC66BA; }
span { border-color: rgb(220,102,186); }
td.TdClassName
{
border-color: #DC66BA;
}
.TagClassName
{
border-color: #DC66BA;
}
</style>