Shades of Orchid #D566DC
Tints of Orchid #D566DC
RGB
CMYK
RGB Variations
Color information
#D566DC (or 0xD566DC) is known color: Orchid. HEX triplet: D5, 66 and DC. RGB value is (213,102,220). Sum of RGB (Red+Green+Blue) = 213+102+220=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #D566DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D566DC is #2A9923. Grayscale: #949494. Windows color (decimal): -2791716 or 14444245. OLE color: 14444245.
HSL color Cylindrical-coordinate representation of color #D566DC: hue angle of 296.44º 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 #D566DC is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 102 | 220 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.14 |
| HSL | 296.44º | 0.63% | 0.63% | - |
| HSV(B) | 296.44º | 0.54% | 0.86% | - |
| XYZ | 45.11 | 28.82 | 70.89 | - |
| YUV | 148.64 | 168.27 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 220 | 0.03 | 0.54 | 0 | 0.14 | 296.44 | 0.63 | 0.63 |
| Hex | D5 | 66 | DC | 3 | 36 | 0 | E | 128 | 3F | 3F |
| Octal | 325 | 146 | 334 | 3 | 66 | 0 | 16 | 450 | 77 | 77 |
| Binary | 11010101 | 1100110 | 11011100 | 11 | 110110 | 0 | 1110 | 100101000 | 111111 | 111111 |
Color Harmonies of #D566DC
Complementary color
Monochromatic Colors of #D566DC
Black with #D566DC
Text Example
Text Example
White with #D566DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D566DC; }
p { color: rgb(213,102,220); }
H1.HeaderClassName
{
color: #D566DC;
}
.AnyTagClassName
{
color: #D566DC;
}
</style>
background-color css
<style>
a { background-color: #D566DC; }
a { background-color: rgb(213,102,220); }
div.DivClassName
{
background-color: #D566DC;
}
.BgClassName
{
background-color: #D566DC;
}
</style>
border-color css
<style>
span { border-color: #D566DC; }
span { border-color: rgb(213,102,220); }
td.TdClassName
{
border-color: #D566DC;
}
.TagClassName
{
border-color: #D566DC;
}
</style>