Shades of Orchid #D360D4
Tints of Orchid #D360D4
RGB
CMYK
RGB Variations
Color information
#D360D4 (or 0xD360D4) is known color: Orchid. HEX triplet: D3, 60 and D4. RGB value is (211,96,212). Sum of RGB (Red+Green+Blue) = 211+96+212=519 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.66% from 519); Green value is 96 (37.89% from 255 or 18.50% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 212 - color contains mainly: blue. Hex color #D360D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D360D4 is #2C9F2B. Grayscale: #8F8F8F. Windows color (decimal): -2924332 or 13918419. OLE color: 13918419.
HSL color Cylindrical-coordinate representation of color #D360D4: hue angle of 299.48º 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 #D360D4 is Cyan = 0.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 212 | - |
| CMYK | 0.00 | 0.55 | 0 | 0.17 |
| HSL | 299.48º | 0.57% | 0.6% | - |
| HSV(B) | 299.48º | 0.55% | 0.83% | - |
| XYZ | 42.93 | 26.97 | 65.23 | - |
| YUV | 143.61 | 166.6 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 212 | 0.00 | 0.55 | 0 | 0.17 | 299.48 | 0.57 | 0.6 |
| Hex | D3 | 60 | D4 | 0 | 37 | 0 | 11 | 12B | 39 | 3C |
| Octal | 323 | 140 | 324 | 0 | 67 | 0 | 21 | 453 | 71 | 74 |
| Binary | 11010011 | 1100000 | 11010100 | 0 | 110111 | 0 | 10001 | 100101011 | 111001 | 111100 |
Color Harmonies of #D360D4
Complementary color
Monochromatic Colors of #D360D4
Black with #D360D4
Text Example
Text Example
White with #D360D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D360D4; }
p { color: rgb(211,96,212); }
H1.HeaderClassName
{
color: #D360D4;
}
.AnyTagClassName
{
color: #D360D4;
}
</style>
background-color css
<style>
a { background-color: #D360D4; }
a { background-color: rgb(211,96,212); }
div.DivClassName
{
background-color: #D360D4;
}
.BgClassName
{
background-color: #D360D4;
}
</style>
border-color css
<style>
span { border-color: #D360D4; }
span { border-color: rgb(211,96,212); }
td.TdClassName
{
border-color: #D360D4;
}
.TagClassName
{
border-color: #D360D4;
}
</style>