Shades of Orchid #DC66BF
Tints of Orchid #DC66BF
RGB
CMYK
RGB Variations
Color information
#DC66BF (or 0xDC66BF) is known color: Orchid. HEX triplet: DC, 66 and BF. RGB value is (220,102,191). Sum of RGB (Red+Green+Blue) = 220+102+191=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC66BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC66BF is #239940. Grayscale: #939393. Windows color (decimal): -2332993 or 12543708. OLE color: 12543708.
HSL color Cylindrical-coordinate representation of color #DC66BF: hue angle of 314.75º 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 #DC66BF is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 191 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.14 |
| HSL | 314.75º | 0.63% | 0.63% | - |
| HSV(B) | 314.75º | 0.54% | 0.86% | - |
| XYZ | 43.67 | 28.48 | 52.49 | - |
| YUV | 147.43 | 152.59 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 191 | 0 | 0.54 | 0.13 | 0.14 | 314.75 | 0.63 | 0.63 |
| Hex | DC | 66 | BF | 0 | 36 | D | E | 13B | 3F | 3F |
| Octal | 334 | 146 | 277 | 0 | 66 | 15 | 16 | 473 | 77 | 77 |
| Binary | 11011100 | 1100110 | 10111111 | 0 | 110110 | 1101 | 1110 | 100111011 | 111111 | 111111 |
Color Harmonies of #DC66BF
Complementary color
Monochromatic Colors of #DC66BF
Black with #DC66BF
Text Example
Text Example
White with #DC66BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC66BF; }
p { color: rgb(220,102,191); }
H1.HeaderClassName
{
color: #DC66BF;
}
.AnyTagClassName
{
color: #DC66BF;
}
</style>
background-color css
<style>
a { background-color: #DC66BF; }
a { background-color: rgb(220,102,191); }
div.DivClassName
{
background-color: #DC66BF;
}
.BgClassName
{
background-color: #DC66BF;
}
</style>
border-color css
<style>
span { border-color: #DC66BF; }
span { border-color: rgb(220,102,191); }
td.TdClassName
{
border-color: #DC66BF;
}
.TagClassName
{
border-color: #DC66BF;
}
</style>