Shades of Orchid #D369E6
Tints of Orchid #D369E6
RGB
CMYK
RGB Variations
Color information
#D369E6 (or 0xD369E6) is known color: Orchid. HEX triplet: D3, 69 and E6. RGB value is (211,105,230). Sum of RGB (Red+Green+Blue) = 211+105+230=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 105 (41.41% from 255 or 19.23% from 546); Blue value is 230 (90.23% from 255 or 42.12% from 546); Max value from RGB is 230 - color contains mainly: blue. Hex color #D369E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D369E6 is #2C9619. Grayscale: #969696. Windows color (decimal): -2922010 or 15100371. OLE color: 15100371.
HSL color Cylindrical-coordinate representation of color #D369E6: hue angle of 290.88º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D369E6 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 105 | 230 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.10 |
| HSL | 290.88º | 0.71% | 0.66% | - |
| HSV(B) | 290.88º | 0.54% | 0.9% | - |
| XYZ | 46.2 | 29.67 | 78.15 | - |
| YUV | 150.94 | 172.62 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 230 | 0.08 | 0.54 | 0 | 0.10 | 290.88 | 0.71 | 0.66 |
| Hex | D3 | 69 | E6 | 8 | 36 | 0 | A | 123 | 47 | 42 |
| Octal | 323 | 151 | 346 | 10 | 66 | 0 | 12 | 443 | 107 | 102 |
| Binary | 11010011 | 1101001 | 11100110 | 1000 | 110110 | 0 | 1010 | 100100011 | 1000111 | 1000010 |
Color Harmonies of #D369E6
Complementary color
Monochromatic Colors of #D369E6
Black with #D369E6
Text Example
Text Example
White with #D369E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D369E6; }
p { color: rgb(211,105,230); }
H1.HeaderClassName
{
color: #D369E6;
}
.AnyTagClassName
{
color: #D369E6;
}
</style>
background-color css
<style>
a { background-color: #D369E6; }
a { background-color: rgb(211,105,230); }
div.DivClassName
{
background-color: #D369E6;
}
.BgClassName
{
background-color: #D369E6;
}
</style>
border-color css
<style>
span { border-color: #D369E6; }
span { border-color: rgb(211,105,230); }
td.TdClassName
{
border-color: #D369E6;
}
.TagClassName
{
border-color: #D369E6;
}
</style>