Shades of Orchid #D360E7
Tints of Orchid #D360E7
RGB
CMYK
RGB Variations
Color information
#D360E7 (or 0xD360E7) is known color: Orchid. HEX triplet: D3, 60 and E7. RGB value is (211,96,231). Sum of RGB (Red+Green+Blue) = 211+96+231=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 96 (37.89% from 255 or 17.84% from 538); Blue value is 231 (90.62% from 255 or 42.94% from 538); Max value from RGB is 231 - color contains mainly: blue. Hex color #D360E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D360E7 is #2C9F18. Grayscale: #919191. Windows color (decimal): -2924313 or 15163603. OLE color: 15163603.
HSL color Cylindrical-coordinate representation of color #D360E7: hue angle of 291.11º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D360E7 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 96 | 231 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.09 |
| HSL | 291.11º | 0.74% | 0.64% | - |
| HSV(B) | 291.11º | 0.58% | 0.91% | - |
| XYZ | 45.47 | 27.98 | 78.61 | - |
| YUV | 145.78 | 176.1 | 174.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 231 | 0.09 | 0.58 | 0 | 0.09 | 291.11 | 0.74 | 0.64 |
| Hex | D3 | 60 | E7 | 9 | 3A | 0 | 9 | 123 | 4A | 40 |
| Octal | 323 | 140 | 347 | 11 | 72 | 0 | 11 | 443 | 112 | 100 |
| Binary | 11010011 | 1100000 | 11100111 | 1001 | 111010 | 0 | 1001 | 100100011 | 1001010 | 1000000 |
Color Harmonies of #D360E7
Complementary color
Monochromatic Colors of #D360E7
Black with #D360E7
Text Example
Text Example
White with #D360E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D360E7; }
p { color: rgb(211,96,231); }
H1.HeaderClassName
{
color: #D360E7;
}
.AnyTagClassName
{
color: #D360E7;
}
</style>
background-color css
<style>
a { background-color: #D360E7; }
a { background-color: rgb(211,96,231); }
div.DivClassName
{
background-color: #D360E7;
}
.BgClassName
{
background-color: #D360E7;
}
</style>
border-color css
<style>
span { border-color: #D360E7; }
span { border-color: rgb(211,96,231); }
td.TdClassName
{
border-color: #D360E7;
}
.TagClassName
{
border-color: #D360E7;
}
</style>