Shades of Orchid #DA65E3
Tints of Orchid #DA65E3
RGB
CMYK
RGB Variations
Color information
#DA65E3 (or 0xDA65E3) is known color: Orchid. HEX triplet: DA, 65 and E3. RGB value is (218,101,227). Sum of RGB (Red+Green+Blue) = 218+101+227=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 101 (39.84% from 255 or 18.50% from 546); Blue value is 227 (89.06% from 255 or 41.58% from 546); Max value from RGB is 227 - color contains mainly: blue. Hex color #DA65E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65E3 is #259A1C. Grayscale: #959595. Windows color (decimal): -2464285 or 14902746. OLE color: 14902746.
HSL color Cylindrical-coordinate representation of color #DA65E3: hue angle of 295.71º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA65E3 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 101 | 227 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.11 |
| HSL | 295.71º | 0.69% | 0.64% | - |
| HSV(B) | 295.71º | 0.56% | 0.89% | - |
| XYZ | 47.43 | 29.76 | 75.92 | - |
| YUV | 150.35 | 171.26 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 227 | 0.04 | 0.56 | 0 | 0.11 | 295.71 | 0.69 | 0.64 |
| Hex | DA | 65 | E3 | 4 | 38 | 0 | B | 128 | 45 | 40 |
| Octal | 332 | 145 | 343 | 4 | 70 | 0 | 13 | 450 | 105 | 100 |
| Binary | 11011010 | 1100101 | 11100011 | 100 | 111000 | 0 | 1011 | 100101000 | 1000101 | 1000000 |
Color Harmonies of #DA65E3
Complementary color
Monochromatic Colors of #DA65E3
Black with #DA65E3
Text Example
Text Example
White with #DA65E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA65E3; }
p { color: rgb(218,101,227); }
H1.HeaderClassName
{
color: #DA65E3;
}
.AnyTagClassName
{
color: #DA65E3;
}
</style>
background-color css
<style>
a { background-color: #DA65E3; }
a { background-color: rgb(218,101,227); }
div.DivClassName
{
background-color: #DA65E3;
}
.BgClassName
{
background-color: #DA65E3;
}
</style>
border-color css
<style>
span { border-color: #DA65E3; }
span { border-color: rgb(218,101,227); }
td.TdClassName
{
border-color: #DA65E3;
}
.TagClassName
{
border-color: #DA65E3;
}
</style>