Shades of Orchid #D565DC
Tints of Orchid #D565DC
RGB
CMYK
RGB Variations
Color information
#D565DC (or 0xD565DC) is known color: Orchid. HEX triplet: D5, 65 and DC. RGB value is (213,101,220). Sum of RGB (Red+Green+Blue) = 213+101+220=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #D565DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D565DC is #2A9A23. Grayscale: #939393. Windows color (decimal): -2791972 or 14443989. OLE color: 14443989.
HSL color Cylindrical-coordinate representation of color #D565DC: hue angle of 296.47º 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 #D565DC is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 101 | 220 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.14 |
| HSL | 296.47º | 0.63% | 0.63% | - |
| HSV(B) | 296.47º | 0.54% | 0.86% | - |
| XYZ | 45.01 | 28.62 | 70.86 | - |
| YUV | 148.05 | 168.61 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 220 | 0.03 | 0.54 | 0 | 0.14 | 296.47 | 0.63 | 0.63 |
| Hex | D5 | 65 | DC | 3 | 36 | 0 | E | 128 | 3F | 3F |
| Octal | 325 | 145 | 334 | 3 | 66 | 0 | 16 | 450 | 77 | 77 |
| Binary | 11010101 | 1100101 | 11011100 | 11 | 110110 | 0 | 1110 | 100101000 | 111111 | 111111 |
Color Harmonies of #D565DC
Complementary color
Monochromatic Colors of #D565DC
Black with #D565DC
Text Example
Text Example
White with #D565DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D565DC; }
p { color: rgb(213,101,220); }
H1.HeaderClassName
{
color: #D565DC;
}
.AnyTagClassName
{
color: #D565DC;
}
</style>
background-color css
<style>
a { background-color: #D565DC; }
a { background-color: rgb(213,101,220); }
div.DivClassName
{
background-color: #D565DC;
}
.BgClassName
{
background-color: #D565DC;
}
</style>
border-color css
<style>
span { border-color: #D565DC; }
span { border-color: rgb(213,101,220); }
td.TdClassName
{
border-color: #D565DC;
}
.TagClassName
{
border-color: #D565DC;
}
</style>