Shades of Orchid #D360DE
Tints of Orchid #D360DE
RGB
CMYK
RGB Variations
Color information
#D360DE (or 0xD360DE) is known color: Orchid. HEX triplet: D3, 60 and DE. RGB value is (211,96,222). Sum of RGB (Red+Green+Blue) = 211+96+222=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 96 (37.89% from 255 or 18.15% from 529); Blue value is 222 (87.11% from 255 or 41.97% from 529); Max value from RGB is 222 - color contains mainly: blue. Hex color #D360DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D360DE is #2C9F21. Grayscale: #909090. Windows color (decimal): -2924322 or 14573779. OLE color: 14573779.
HSL color Cylindrical-coordinate representation of color #D360DE: hue angle of 294.76º degrees, saturation: 0.66, 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 #D360DE is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 96 | 222 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.13 |
| HSL | 294.76º | 0.66% | 0.62% | - |
| HSV(B) | 294.76º | 0.57% | 0.87% | - |
| XYZ | 44.23 | 27.49 | 72.08 | - |
| YUV | 144.75 | 171.6 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 222 | 0.05 | 0.57 | 0 | 0.13 | 294.76 | 0.66 | 0.62 |
| Hex | D3 | 60 | DE | 5 | 39 | 0 | D | 127 | 42 | 3E |
| Octal | 323 | 140 | 336 | 5 | 71 | 0 | 15 | 447 | 102 | 76 |
| Binary | 11010011 | 1100000 | 11011110 | 101 | 111001 | 0 | 1101 | 100100111 | 1000010 | 111110 |
Color Harmonies of #D360DE
Complementary color
Monochromatic Colors of #D360DE
Black with #D360DE
Text Example
Text Example
White with #D360DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D360DE; }
p { color: rgb(211,96,222); }
H1.HeaderClassName
{
color: #D360DE;
}
.AnyTagClassName
{
color: #D360DE;
}
</style>
background-color css
<style>
a { background-color: #D360DE; }
a { background-color: rgb(211,96,222); }
div.DivClassName
{
background-color: #D360DE;
}
.BgClassName
{
background-color: #D360DE;
}
</style>
border-color css
<style>
span { border-color: #D360DE; }
span { border-color: rgb(211,96,222); }
td.TdClassName
{
border-color: #D360DE;
}
.TagClassName
{
border-color: #D360DE;
}
</style>