Shades of Orchid #D360CB
Tints of Orchid #D360CB
RGB
CMYK
RGB Variations
Color information
#D360CB (or 0xD360CB) is known color: Orchid. HEX triplet: D3, 60 and CB. RGB value is (211,96,203). Sum of RGB (Red+Green+Blue) = 211+96+203=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 211 - color contains mainly: red. Hex color #D360CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D360CB is #2C9F34. Grayscale: #8E8E8E. Windows color (decimal): -2924341 or 13328595. OLE color: 13328595.
HSL color Cylindrical-coordinate representation of color #D360CB: hue angle of 304.17º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D360CB is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 203 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.17 |
| HSL | 304.17º | 0.57% | 0.6% | - |
| HSV(B) | 304.17º | 0.55% | 0.83% | - |
| XYZ | 41.83 | 26.53 | 59.42 | - |
| YUV | 142.58 | 162.1 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 203 | 0 | 0.55 | 0.04 | 0.17 | 304.17 | 0.57 | 0.6 |
| Hex | D3 | 60 | CB | 0 | 37 | 4 | 11 | 130 | 39 | 3C |
| Octal | 323 | 140 | 313 | 0 | 67 | 4 | 21 | 460 | 71 | 74 |
| Binary | 11010011 | 1100000 | 11001011 | 0 | 110111 | 100 | 10001 | 100110000 | 111001 | 111100 |
Color Harmonies of #D360CB
Complementary color
Monochromatic Colors of #D360CB
Black with #D360CB
Text Example
Text Example
White with #D360CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D360CB; }
p { color: rgb(211,96,203); }
H1.HeaderClassName
{
color: #D360CB;
}
.AnyTagClassName
{
color: #D360CB;
}
</style>
background-color css
<style>
a { background-color: #D360CB; }
a { background-color: rgb(211,96,203); }
div.DivClassName
{
background-color: #D360CB;
}
.BgClassName
{
background-color: #D360CB;
}
</style>
border-color css
<style>
span { border-color: #D360CB; }
span { border-color: rgb(211,96,203); }
td.TdClassName
{
border-color: #D360CB;
}
.TagClassName
{
border-color: #D360CB;
}
</style>