Shades of Orchid #D565E4
Tints of Orchid #D565E4
RGB
CMYK
RGB Variations
Color information
#D565E4 (or 0xD565E4) is known color: Orchid. HEX triplet: D5, 65 and E4. RGB value is (213,101,228). Sum of RGB (Red+Green+Blue) = 213+101+228=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 101 (39.84% from 255 or 18.63% from 542); Blue value is 228 (89.45% from 255 or 42.07% from 542); Max value from RGB is 228 - color contains mainly: blue. Hex color #D565E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D565E4 is #2A9A1B. Grayscale: #949494. Windows color (decimal): -2791964 or 14968277. OLE color: 14968277.
HSL color Cylindrical-coordinate representation of color #D565E4: hue angle of 292.91º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D565E4 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 101 | 228 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.11 |
| HSL | 292.91º | 0.7% | 0.65% | - |
| HSV(B) | 292.91º | 0.56% | 0.89% | - |
| XYZ | 46.1 | 29.05 | 76.58 | - |
| YUV | 148.97 | 172.61 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 228 | 0.07 | 0.56 | 0 | 0.11 | 292.91 | 0.7 | 0.65 |
| Hex | D5 | 65 | E4 | 7 | 38 | 0 | B | 125 | 46 | 41 |
| Octal | 325 | 145 | 344 | 7 | 70 | 0 | 13 | 445 | 106 | 101 |
| Binary | 11010101 | 1100101 | 11100100 | 111 | 111000 | 0 | 1011 | 100100101 | 1000110 | 1000001 |
Color Harmonies of #D565E4
Complementary color
Monochromatic Colors of #D565E4
Black with #D565E4
Text Example
Text Example
White with #D565E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D565E4; }
p { color: rgb(213,101,228); }
H1.HeaderClassName
{
color: #D565E4;
}
.AnyTagClassName
{
color: #D565E4;
}
</style>
background-color css
<style>
a { background-color: #D565E4; }
a { background-color: rgb(213,101,228); }
div.DivClassName
{
background-color: #D565E4;
}
.BgClassName
{
background-color: #D565E4;
}
</style>
border-color css
<style>
span { border-color: #D565E4; }
span { border-color: rgb(213,101,228); }
td.TdClassName
{
border-color: #D565E4;
}
.TagClassName
{
border-color: #D565E4;
}
</style>