Shades of Orchid #D565E5
Tints of Orchid #D565E5
RGB
CMYK
RGB Variations
Color information
#D565E5 (or 0xD565E5) is known color: Orchid. HEX triplet: D5, 65 and E5. RGB value is (213,101,229). Sum of RGB (Red+Green+Blue) = 213+101+229=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 101 (39.84% from 255 or 18.60% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 229 - color contains mainly: blue. Hex color #D565E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D565E5 is #2A9A1A. Grayscale: #949494. Windows color (decimal): -2791963 or 15033813. OLE color: 15033813.
HSL color Cylindrical-coordinate representation of color #D565E5: hue angle of 292.5º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D565E5 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 101 | 229 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.10 |
| HSL | 292.5º | 0.71% | 0.65% | - |
| HSV(B) | 292.5º | 0.56% | 0.9% | - |
| XYZ | 46.24 | 29.11 | 77.31 | - |
| YUV | 149.08 | 173.11 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 229 | 0.07 | 0.56 | 0 | 0.10 | 292.5 | 0.71 | 0.65 |
| Hex | D5 | 65 | E5 | 7 | 38 | 0 | A | 124 | 47 | 41 |
| Octal | 325 | 145 | 345 | 7 | 70 | 0 | 12 | 444 | 107 | 101 |
| Binary | 11010101 | 1100101 | 11100101 | 111 | 111000 | 0 | 1010 | 100100100 | 1000111 | 1000001 |
Color Harmonies of #D565E5
Complementary color
Monochromatic Colors of #D565E5
Black with #D565E5
Text Example
Text Example
White with #D565E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D565E5; }
p { color: rgb(213,101,229); }
H1.HeaderClassName
{
color: #D565E5;
}
.AnyTagClassName
{
color: #D565E5;
}
</style>
background-color css
<style>
a { background-color: #D565E5; }
a { background-color: rgb(213,101,229); }
div.DivClassName
{
background-color: #D565E5;
}
.BgClassName
{
background-color: #D565E5;
}
</style>
border-color css
<style>
span { border-color: #D565E5; }
span { border-color: rgb(213,101,229); }
td.TdClassName
{
border-color: #D565E5;
}
.TagClassName
{
border-color: #D565E5;
}
</style>