Shades of Orchid #DC65BC
Tints of Orchid #DC65BC
RGB
CMYK
RGB Variations
Color information
#DC65BC (or 0xDC65BC) is known color: Orchid. HEX triplet: DC, 65 and BC. RGB value is (220,101,188). Sum of RGB (Red+Green+Blue) = 220+101+188=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC65BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC65BC is #239A43. Grayscale: #929292. Windows color (decimal): -2333252 or 12346844. OLE color: 12346844.
HSL color Cylindrical-coordinate representation of color #DC65BC: hue angle of 316.13º 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 #DC65BC is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 101 | 188 | - |
| CMYK | 0 | 0.54 | 0.15 | 0.14 |
| HSL | 316.13º | 0.63% | 0.63% | - |
| HSV(B) | 316.13º | 0.54% | 0.86% | - |
| XYZ | 43.25 | 28.15 | 50.73 | - |
| YUV | 146.5 | 151.42 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 101 | 188 | 0 | 0.54 | 0.15 | 0.14 | 316.13 | 0.63 | 0.63 |
| Hex | DC | 65 | BC | 0 | 36 | F | E | 13C | 3F | 3F |
| Octal | 334 | 145 | 274 | 0 | 66 | 17 | 16 | 474 | 77 | 77 |
| Binary | 11011100 | 1100101 | 10111100 | 0 | 110110 | 1111 | 1110 | 100111100 | 111111 | 111111 |
Color Harmonies of #DC65BC
Complementary color
Monochromatic Colors of #DC65BC
Black with #DC65BC
Text Example
Text Example
White with #DC65BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC65BC; }
p { color: rgb(220,101,188); }
H1.HeaderClassName
{
color: #DC65BC;
}
.AnyTagClassName
{
color: #DC65BC;
}
</style>
background-color css
<style>
a { background-color: #DC65BC; }
a { background-color: rgb(220,101,188); }
div.DivClassName
{
background-color: #DC65BC;
}
.BgClassName
{
background-color: #DC65BC;
}
</style>
border-color css
<style>
span { border-color: #DC65BC; }
span { border-color: rgb(220,101,188); }
td.TdClassName
{
border-color: #DC65BC;
}
.TagClassName
{
border-color: #DC65BC;
}
</style>