Shades of Orchid #DA65E0
Tints of Orchid #DA65E0
RGB
CMYK
RGB Variations
Color information
#DA65E0 (or 0xDA65E0) is known color: Orchid. HEX triplet: DA, 65 and E0. RGB value is (218,101,224). Sum of RGB (Red+Green+Blue) = 218+101+224=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 101 (39.84% from 255 or 18.60% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #DA65E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65E0 is #259A1F. Grayscale: #959595. Windows color (decimal): -2464288 or 14706138. OLE color: 14706138.
HSL color Cylindrical-coordinate representation of color #DA65E0: hue angle of 297.07º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA65E0 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 101 | 224 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.12 |
| HSL | 297.07º | 0.66% | 0.64% | - |
| HSV(B) | 297.07º | 0.55% | 0.88% | - |
| XYZ | 47.02 | 29.59 | 73.76 | - |
| YUV | 150.01 | 169.76 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 224 | 0.03 | 0.55 | 0 | 0.12 | 297.07 | 0.66 | 0.64 |
| Hex | DA | 65 | E0 | 3 | 37 | 0 | C | 129 | 42 | 40 |
| Octal | 332 | 145 | 340 | 3 | 67 | 0 | 14 | 451 | 102 | 100 |
| Binary | 11011010 | 1100101 | 11100000 | 11 | 110111 | 0 | 1100 | 100101001 | 1000010 | 1000000 |
Color Harmonies of #DA65E0
Complementary color
Monochromatic Colors of #DA65E0
Black with #DA65E0
Text Example
Text Example
White with #DA65E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA65E0; }
p { color: rgb(218,101,224); }
H1.HeaderClassName
{
color: #DA65E0;
}
.AnyTagClassName
{
color: #DA65E0;
}
</style>
background-color css
<style>
a { background-color: #DA65E0; }
a { background-color: rgb(218,101,224); }
div.DivClassName
{
background-color: #DA65E0;
}
.BgClassName
{
background-color: #DA65E0;
}
</style>
border-color css
<style>
span { border-color: #DA65E0; }
span { border-color: rgb(218,101,224); }
td.TdClassName
{
border-color: #DA65E0;
}
.TagClassName
{
border-color: #DA65E0;
}
</style>