Shades of Orchid #DA65EA
Tints of Orchid #DA65EA
RGB
CMYK
RGB Variations
Color information
#DA65EA (or 0xDA65EA) is known color: Orchid. HEX triplet: DA, 65 and EA. RGB value is (218,101,234). Sum of RGB (Red+Green+Blue) = 218+101+234=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 101 (39.84% from 255 or 18.26% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA65EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA65EA is #259A15. Grayscale: #969696. Windows color (decimal): -2464278 or 15361498. OLE color: 15361498.
HSL color Cylindrical-coordinate representation of color #DA65EA: hue angle of 292.78º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA65EA is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 101 | 234 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.08 |
| HSL | 292.78º | 0.76% | 0.66% | - |
| HSV(B) | 292.78º | 0.57% | 0.92% | - |
| XYZ | 48.42 | 30.15 | 81.11 | - |
| YUV | 151.15 | 174.76 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 234 | 0.07 | 0.57 | 0 | 0.08 | 292.78 | 0.76 | 0.66 |
| Hex | DA | 65 | EA | 7 | 39 | 0 | 8 | 125 | 4C | 42 |
| Octal | 332 | 145 | 352 | 7 | 71 | 0 | 10 | 445 | 114 | 102 |
| Binary | 11011010 | 1100101 | 11101010 | 111 | 111001 | 0 | 1000 | 100100101 | 1001100 | 1000010 |
Color Harmonies of #DA65EA
Complementary color
Monochromatic Colors of #DA65EA
Black with #DA65EA
Text Example
Text Example
White with #DA65EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA65EA; }
p { color: rgb(218,101,234); }
H1.HeaderClassName
{
color: #DA65EA;
}
.AnyTagClassName
{
color: #DA65EA;
}
</style>
background-color css
<style>
a { background-color: #DA65EA; }
a { background-color: rgb(218,101,234); }
div.DivClassName
{
background-color: #DA65EA;
}
.BgClassName
{
background-color: #DA65EA;
}
</style>
border-color css
<style>
span { border-color: #DA65EA; }
span { border-color: rgb(218,101,234); }
td.TdClassName
{
border-color: #DA65EA;
}
.TagClassName
{
border-color: #DA65EA;
}
</style>