Shades of Orchid #DC66BD
Tints of Orchid #DC66BD
RGB
CMYK
RGB Variations
Color information
#DC66BD (or 0xDC66BD) is known color: Orchid. HEX triplet: DC, 66 and BD. RGB value is (220,102,189). Sum of RGB (Red+Green+Blue) = 220+102+189=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 220 - color contains mainly: red. Hex color #DC66BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC66BD is #239942. Grayscale: #929292. Windows color (decimal): -2332995 or 12412636. OLE color: 12412636.
HSL color Cylindrical-coordinate representation of color #DC66BD: hue angle of 315.76º 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 #DC66BD is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 189 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.14 |
| HSL | 315.76º | 0.63% | 0.63% | - |
| HSV(B) | 315.76º | 0.54% | 0.86% | - |
| XYZ | 43.45 | 28.39 | 51.33 | - |
| YUV | 147.2 | 151.59 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 189 | 0 | 0.54 | 0.14 | 0.14 | 315.76 | 0.63 | 0.63 |
| Hex | DC | 66 | BD | 0 | 36 | E | E | 13C | 3F | 3F |
| Octal | 334 | 146 | 275 | 0 | 66 | 16 | 16 | 474 | 77 | 77 |
| Binary | 11011100 | 1100110 | 10111101 | 0 | 110110 | 1110 | 1110 | 100111100 | 111111 | 111111 |
Color Harmonies of #DC66BD
Complementary color
Monochromatic Colors of #DC66BD
Black with #DC66BD
Text Example
Text Example
White with #DC66BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC66BD; }
p { color: rgb(220,102,189); }
H1.HeaderClassName
{
color: #DC66BD;
}
.AnyTagClassName
{
color: #DC66BD;
}
</style>
background-color css
<style>
a { background-color: #DC66BD; }
a { background-color: rgb(220,102,189); }
div.DivClassName
{
background-color: #DC66BD;
}
.BgClassName
{
background-color: #DC66BD;
}
</style>
border-color css
<style>
span { border-color: #DC66BD; }
span { border-color: rgb(220,102,189); }
td.TdClassName
{
border-color: #DC66BD;
}
.TagClassName
{
border-color: #DC66BD;
}
</style>