Shades of Orchid #DA65E8
Tints of Orchid #DA65E8
RGB
CMYK
RGB Variations
Color information
#DA65E8 (or 0xDA65E8) is known color: Orchid. HEX triplet: DA, 65 and E8. RGB value is (218,101,232). Sum of RGB (Red+Green+Blue) = 218+101+232=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 101 (39.84% from 255 or 18.33% from 551); Blue value is 232 (91.02% from 255 or 42.11% from 551); Max value from RGB is 232 - color contains mainly: blue. Hex color #DA65E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA65E8 is #259A17. Grayscale: #969696. Windows color (decimal): -2464280 or 15230426. OLE color: 15230426.
HSL color Cylindrical-coordinate representation of color #DA65E8: hue angle of 293.59º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA65E8 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 218 | 101 | 232 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.09 |
| HSL | 293.59º | 0.74% | 0.65% | - |
| HSV(B) | 293.59º | 0.56% | 0.91% | - |
| XYZ | 48.13 | 30.04 | 79.61 | - |
| YUV | 150.92 | 173.76 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 232 | 0.06 | 0.56 | 0 | 0.09 | 293.59 | 0.74 | 0.65 |
| Hex | DA | 65 | E8 | 6 | 38 | 0 | 9 | 126 | 4A | 41 |
| Octal | 332 | 145 | 350 | 6 | 70 | 0 | 11 | 446 | 112 | 101 |
| Binary | 11011010 | 1100101 | 11101000 | 110 | 111000 | 0 | 1001 | 100100110 | 1001010 | 1000001 |
Color Harmonies of #DA65E8
Complementary color
Monochromatic Colors of #DA65E8
Black with #DA65E8
Text Example
Text Example
White with #DA65E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA65E8; }
p { color: rgb(218,101,232); }
H1.HeaderClassName
{
color: #DA65E8;
}
.AnyTagClassName
{
color: #DA65E8;
}
</style>
background-color css
<style>
a { background-color: #DA65E8; }
a { background-color: rgb(218,101,232); }
div.DivClassName
{
background-color: #DA65E8;
}
.BgClassName
{
background-color: #DA65E8;
}
</style>
border-color css
<style>
span { border-color: #DA65E8; }
span { border-color: rgb(218,101,232); }
td.TdClassName
{
border-color: #DA65E8;
}
.TagClassName
{
border-color: #DA65E8;
}
</style>