Shades of Orchid #D369E8
Tints of Orchid #D369E8
RGB
CMYK
RGB Variations
Color information
#D369E8 (or 0xD369E8) is known color: Orchid. HEX triplet: D3, 69 and E8. RGB value is (211,105,232). Sum of RGB (Red+Green+Blue) = 211+105+232=548 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.50% from 548); Green value is 105 (41.41% from 255 or 19.16% from 548); Blue value is 232 (91.02% from 255 or 42.34% from 548); Max value from RGB is 232 - color contains mainly: blue. Hex color #D369E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D369E8 is #2C9617. Grayscale: #969696. Windows color (decimal): -2922008 or 15231443. OLE color: 15231443.
HSL color Cylindrical-coordinate representation of color #D369E8: hue angle of 290.08º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D369E8 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 105 | 232 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.09 |
| HSL | 290.08º | 0.73% | 0.66% | - |
| HSV(B) | 290.08º | 0.55% | 0.91% | - |
| XYZ | 46.48 | 29.78 | 79.64 | - |
| YUV | 151.17 | 173.62 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 232 | 0.09 | 0.55 | 0 | 0.09 | 290.08 | 0.73 | 0.66 |
| Hex | D3 | 69 | E8 | 9 | 37 | 0 | 9 | 122 | 49 | 42 |
| Octal | 323 | 151 | 350 | 11 | 67 | 0 | 11 | 442 | 111 | 102 |
| Binary | 11010011 | 1101001 | 11101000 | 1001 | 110111 | 0 | 1001 | 100100010 | 1001001 | 1000010 |
Color Harmonies of #D369E8
Complementary color
Monochromatic Colors of #D369E8
Black with #D369E8
Text Example
Text Example
White with #D369E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D369E8; }
p { color: rgb(211,105,232); }
H1.HeaderClassName
{
color: #D369E8;
}
.AnyTagClassName
{
color: #D369E8;
}
</style>
background-color css
<style>
a { background-color: #D369E8; }
a { background-color: rgb(211,105,232); }
div.DivClassName
{
background-color: #D369E8;
}
.BgClassName
{
background-color: #D369E8;
}
</style>
border-color css
<style>
span { border-color: #D369E8; }
span { border-color: rgb(211,105,232); }
td.TdClassName
{
border-color: #D369E8;
}
.TagClassName
{
border-color: #D369E8;
}
</style>