Shades of Orchid #DA65E4
Tints of Orchid #DA65E4
RGB
CMYK
RGB Variations
Color information
#DA65E4 (or 0xDA65E4) is known color: Orchid. HEX triplet: DA, 65 and E4. RGB value is (218,101,228). Sum of RGB (Red+Green+Blue) = 218+101+228=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 101 (39.84% from 255 or 18.46% from 547); Blue value is 228 (89.45% from 255 or 41.68% from 547); Max value from RGB is 228 - color contains mainly: blue. Hex color #DA65E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65E4 is #259A1B. Grayscale: #969696. Windows color (decimal): -2464284 or 14968282. OLE color: 14968282.
HSL color Cylindrical-coordinate representation of color #DA65E4: hue angle of 295.28º 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 #DA65E4 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 101 | 228 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.11 |
| HSL | 295.28º | 0.7% | 0.65% | - |
| HSV(B) | 295.28º | 0.56% | 0.89% | - |
| XYZ | 47.57 | 29.81 | 76.65 | - |
| YUV | 150.46 | 171.76 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 228 | 0.04 | 0.56 | 0 | 0.11 | 295.28 | 0.7 | 0.65 |
| Hex | DA | 65 | E4 | 4 | 38 | 0 | B | 127 | 46 | 41 |
| Octal | 332 | 145 | 344 | 4 | 70 | 0 | 13 | 447 | 106 | 101 |
| Binary | 11011010 | 1100101 | 11100100 | 100 | 111000 | 0 | 1011 | 100100111 | 1000110 | 1000001 |
Color Harmonies of #DA65E4
Complementary color
Monochromatic Colors of #DA65E4
Black with #DA65E4
Text Example
Text Example
White with #DA65E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA65E4; }
p { color: rgb(218,101,228); }
H1.HeaderClassName
{
color: #DA65E4;
}
.AnyTagClassName
{
color: #DA65E4;
}
</style>
background-color css
<style>
a { background-color: #DA65E4; }
a { background-color: rgb(218,101,228); }
div.DivClassName
{
background-color: #DA65E4;
}
.BgClassName
{
background-color: #DA65E4;
}
</style>
border-color css
<style>
span { border-color: #DA65E4; }
span { border-color: rgb(218,101,228); }
td.TdClassName
{
border-color: #DA65E4;
}
.TagClassName
{
border-color: #DA65E4;
}
</style>