Shades of Orchid #D366DC
Tints of Orchid #D366DC
RGB
CMYK
RGB Variations
Color information
#D366DC (or 0xD366DC) is known color: Orchid. HEX triplet: D3, 66 and DC. RGB value is (211,102,220). Sum of RGB (Red+Green+Blue) = 211+102+220=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 102 (40.23% from 255 or 19.14% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #D366DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D366DC is #2C9923. Grayscale: #939393. Windows color (decimal): -2922788 or 14444243. OLE color: 14444243.
HSL color Cylindrical-coordinate representation of color #D366DC: hue angle of 295.42º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D366DC is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 102 | 220 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.14 |
| HSL | 295.42º | 0.63% | 0.63% | - |
| HSV(B) | 295.42º | 0.54% | 0.86% | - |
| XYZ | 44.53 | 28.52 | 70.87 | - |
| YUV | 148.04 | 168.61 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 220 | 0.04 | 0.54 | 0 | 0.14 | 295.42 | 0.63 | 0.63 |
| Hex | D3 | 66 | DC | 4 | 36 | 0 | E | 127 | 3F | 3F |
| Octal | 323 | 146 | 334 | 4 | 66 | 0 | 16 | 447 | 77 | 77 |
| Binary | 11010011 | 1100110 | 11011100 | 100 | 110110 | 0 | 1110 | 100100111 | 111111 | 111111 |
Color Harmonies of #D366DC
Complementary color
Monochromatic Colors of #D366DC
Black with #D366DC
Text Example
Text Example
White with #D366DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D366DC; }
p { color: rgb(211,102,220); }
H1.HeaderClassName
{
color: #D366DC;
}
.AnyTagClassName
{
color: #D366DC;
}
</style>
background-color css
<style>
a { background-color: #D366DC; }
a { background-color: rgb(211,102,220); }
div.DivClassName
{
background-color: #D366DC;
}
.BgClassName
{
background-color: #D366DC;
}
</style>
border-color css
<style>
span { border-color: #D366DC; }
span { border-color: rgb(211,102,220); }
td.TdClassName
{
border-color: #D366DC;
}
.TagClassName
{
border-color: #D366DC;
}
</style>