Shades of Orchid #D369E5
Tints of Orchid #D369E5
RGB
CMYK
RGB Variations
Color information
#D369E5 (or 0xD369E5) is known color: Orchid. HEX triplet: D3, 69 and E5. RGB value is (211,105,229). Sum of RGB (Red+Green+Blue) = 211+105+229=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 105 (41.41% from 255 or 19.27% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 229 - color contains mainly: blue. Hex color #D369E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D369E5 is #2C961A. Grayscale: #969696. Windows color (decimal): -2922011 or 15034835. OLE color: 15034835.
HSL color Cylindrical-coordinate representation of color #D369E5: hue angle of 291.29º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D369E5 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 105 | 229 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.10 |
| HSL | 291.29º | 0.7% | 0.65% | - |
| HSV(B) | 291.29º | 0.54% | 0.9% | - |
| XYZ | 46.06 | 29.61 | 77.42 | - |
| YUV | 150.83 | 172.12 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 229 | 0.08 | 0.54 | 0 | 0.10 | 291.29 | 0.7 | 0.65 |
| Hex | D3 | 69 | E5 | 8 | 36 | 0 | A | 123 | 46 | 41 |
| Octal | 323 | 151 | 345 | 10 | 66 | 0 | 12 | 443 | 106 | 101 |
| Binary | 11010011 | 1101001 | 11100101 | 1000 | 110110 | 0 | 1010 | 100100011 | 1000110 | 1000001 |
Color Harmonies of #D369E5
Complementary color
Monochromatic Colors of #D369E5
Black with #D369E5
Text Example
Text Example
White with #D369E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D369E5; }
p { color: rgb(211,105,229); }
H1.HeaderClassName
{
color: #D369E5;
}
.AnyTagClassName
{
color: #D369E5;
}
</style>
background-color css
<style>
a { background-color: #D369E5; }
a { background-color: rgb(211,105,229); }
div.DivClassName
{
background-color: #D369E5;
}
.BgClassName
{
background-color: #D369E5;
}
</style>
border-color css
<style>
span { border-color: #D369E5; }
span { border-color: rgb(211,105,229); }
td.TdClassName
{
border-color: #D369E5;
}
.TagClassName
{
border-color: #D369E5;
}
</style>