Shades of Orchid #D366E9
Tints of Orchid #D366E9
RGB
CMYK
RGB Variations
Color information
#D366E9 (or 0xD366E9) is known color: Orchid. HEX triplet: D3, 66 and E9. RGB value is (211,102,233). Sum of RGB (Red+Green+Blue) = 211+102+233=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 102 (40.23% from 255 or 18.68% from 546); Blue value is 233 (91.41% from 255 or 42.67% from 546); Max value from RGB is 233 - color contains mainly: blue. Hex color #D366E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D366E9 is #2C9916. Grayscale: #959595. Windows color (decimal): -2922775 or 15296211. OLE color: 15296211.
HSL color Cylindrical-coordinate representation of color #D366E9: hue angle of 289.92º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D366E9 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 102 | 233 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.09 |
| HSL | 289.92º | 0.75% | 0.66% | - |
| HSV(B) | 289.92º | 0.56% | 0.91% | - |
| XYZ | 46.32 | 29.23 | 80.29 | - |
| YUV | 149.53 | 175.11 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 233 | 0.09 | 0.56 | 0 | 0.09 | 289.92 | 0.75 | 0.66 |
| Hex | D3 | 66 | E9 | 9 | 38 | 0 | 9 | 122 | 4B | 42 |
| Octal | 323 | 146 | 351 | 11 | 70 | 0 | 11 | 442 | 113 | 102 |
| Binary | 11010011 | 1100110 | 11101001 | 1001 | 111000 | 0 | 1001 | 100100010 | 1001011 | 1000010 |
Color Harmonies of #D366E9
Complementary color
Monochromatic Colors of #D366E9
Black with #D366E9
Text Example
Text Example
White with #D366E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D366E9; }
p { color: rgb(211,102,233); }
H1.HeaderClassName
{
color: #D366E9;
}
.AnyTagClassName
{
color: #D366E9;
}
</style>
background-color css
<style>
a { background-color: #D366E9; }
a { background-color: rgb(211,102,233); }
div.DivClassName
{
background-color: #D366E9;
}
.BgClassName
{
background-color: #D366E9;
}
</style>
border-color css
<style>
span { border-color: #D366E9; }
span { border-color: rgb(211,102,233); }
td.TdClassName
{
border-color: #D366E9;
}
.TagClassName
{
border-color: #D366E9;
}
</style>