Shades of Orchid #DC65BB
Tints of Orchid #DC65BB
RGB
CMYK
RGB Variations
Color information
#DC65BB (or 0xDC65BB) is known color: Orchid. HEX triplet: DC, 65 and BB. RGB value is (220,101,187). Sum of RGB (Red+Green+Blue) = 220+101+187=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC65BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC65BB is #239A44. Grayscale: #929292. Windows color (decimal): -2333253 or 12281308. OLE color: 12281308.
HSL color Cylindrical-coordinate representation of color #DC65BB: hue angle of 316.64º 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 #DC65BB is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 187 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.14 |
| HSL | 316.64º | 0.63% | 0.63% | - |
| HSV(B) | 316.64º | 0.54% | 0.86% | - |
| XYZ | 43.14 | 28.11 | 50.17 | - |
| YUV | 146.39 | 150.92 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 187 | 0 | 0.54 | 0.15 | 0.14 | 316.64 | 0.63 | 0.63 |
| Hex | DC | 65 | BB | 0 | 36 | F | E | 13D | 3F | 3F |
| Octal | 334 | 145 | 273 | 0 | 66 | 17 | 16 | 475 | 77 | 77 |
| Binary | 11011100 | 1100101 | 10111011 | 0 | 110110 | 1111 | 1110 | 100111101 | 111111 | 111111 |
Color Harmonies of #DC65BB
Complementary color
Monochromatic Colors of #DC65BB
Black with #DC65BB
Text Example
Text Example
White with #DC65BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC65BB; }
p { color: rgb(220,101,187); }
H1.HeaderClassName
{
color: #DC65BB;
}
.AnyTagClassName
{
color: #DC65BB;
}
</style>
background-color css
<style>
a { background-color: #DC65BB; }
a { background-color: rgb(220,101,187); }
div.DivClassName
{
background-color: #DC65BB;
}
.BgClassName
{
background-color: #DC65BB;
}
</style>
border-color css
<style>
span { border-color: #DC65BB; }
span { border-color: rgb(220,101,187); }
td.TdClassName
{
border-color: #DC65BB;
}
.TagClassName
{
border-color: #DC65BB;
}
</style>