Shades of Orchid #D360CD
Tints of Orchid #D360CD
RGB
CMYK
RGB Variations
Color information
#D360CD (or 0xD360CD) is known color: Orchid. HEX triplet: D3, 60 and CD. RGB value is (211,96,205). Sum of RGB (Red+Green+Blue) = 211+96+205=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 211 - color contains mainly: red. Hex color #D360CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D360CD is #2C9F32. Grayscale: #8E8E8E. Windows color (decimal): -2924339 or 13459667. OLE color: 13459667.
HSL color Cylindrical-coordinate representation of color #D360CD: hue angle of 303.13º 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 #D360CD is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 205 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.17 |
| HSL | 303.13º | 0.57% | 0.6% | - |
| HSV(B) | 303.13º | 0.55% | 0.83% | - |
| XYZ | 42.07 | 26.62 | 60.68 | - |
| YUV | 142.81 | 163.1 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 205 | 0 | 0.55 | 0.03 | 0.17 | 303.13 | 0.57 | 0.6 |
| Hex | D3 | 60 | CD | 0 | 37 | 3 | 11 | 12F | 39 | 3C |
| Octal | 323 | 140 | 315 | 0 | 67 | 3 | 21 | 457 | 71 | 74 |
| Binary | 11010011 | 1100000 | 11001101 | 0 | 110111 | 11 | 10001 | 100101111 | 111001 | 111100 |
Color Harmonies of #D360CD
Complementary color
Monochromatic Colors of #D360CD
Black with #D360CD
Text Example
Text Example
White with #D360CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D360CD; }
p { color: rgb(211,96,205); }
H1.HeaderClassName
{
color: #D360CD;
}
.AnyTagClassName
{
color: #D360CD;
}
</style>
background-color css
<style>
a { background-color: #D360CD; }
a { background-color: rgb(211,96,205); }
div.DivClassName
{
background-color: #D360CD;
}
.BgClassName
{
background-color: #D360CD;
}
</style>
border-color css
<style>
span { border-color: #D360CD; }
span { border-color: rgb(211,96,205); }
td.TdClassName
{
border-color: #D360CD;
}
.TagClassName
{
border-color: #D360CD;
}
</style>