Shades of Orchid #D360DD
Tints of Orchid #D360DD
RGB
CMYK
RGB Variations
Color information
#D360DD (or 0xD360DD) is known color: Orchid. HEX triplet: D3, 60 and DD. RGB value is (211,96,221). Sum of RGB (Red+Green+Blue) = 211+96+221=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 96 (37.89% from 255 or 18.18% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #D360DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D360DD is #2C9F22. Grayscale: #909090. Windows color (decimal): -2924323 or 14508243. OLE color: 14508243.
HSL color Cylindrical-coordinate representation of color #D360DD: hue angle of 295.2º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D360DD is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 96 | 221 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.13 |
| HSL | 295.2º | 0.65% | 0.62% | - |
| HSV(B) | 295.2º | 0.57% | 0.87% | - |
| XYZ | 44.1 | 27.44 | 71.38 | - |
| YUV | 144.64 | 171.1 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 221 | 0.05 | 0.57 | 0 | 0.13 | 295.2 | 0.65 | 0.62 |
| Hex | D3 | 60 | DD | 5 | 39 | 0 | D | 127 | 41 | 3E |
| Octal | 323 | 140 | 335 | 5 | 71 | 0 | 15 | 447 | 101 | 76 |
| Binary | 11010011 | 1100000 | 11011101 | 101 | 111001 | 0 | 1101 | 100100111 | 1000001 | 111110 |
Color Harmonies of #D360DD
Complementary color
Monochromatic Colors of #D360DD
Black with #D360DD
Text Example
Text Example
White with #D360DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D360DD; }
p { color: rgb(211,96,221); }
H1.HeaderClassName
{
color: #D360DD;
}
.AnyTagClassName
{
color: #D360DD;
}
</style>
background-color css
<style>
a { background-color: #D360DD; }
a { background-color: rgb(211,96,221); }
div.DivClassName
{
background-color: #D360DD;
}
.BgClassName
{
background-color: #D360DD;
}
</style>
border-color css
<style>
span { border-color: #D360DD; }
span { border-color: rgb(211,96,221); }
td.TdClassName
{
border-color: #D360DD;
}
.TagClassName
{
border-color: #D360DD;
}
</style>