Shades of Orchid #DA65CE
Tints of Orchid #DA65CE
RGB
CMYK
RGB Variations
Color information
#DA65CE (or 0xDA65CE) is known color: Orchid. HEX triplet: DA, 65 and CE. RGB value is (218,101,206). Sum of RGB (Red+Green+Blue) = 218+101+206=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65CE is #259A31. Grayscale: #939393. Windows color (decimal): -2464306 or 13526490. OLE color: 13526490.
HSL color Cylindrical-coordinate representation of color #DA65CE: hue angle of 306.15º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA65CE is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 206 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.15 |
| HSL | 306.15º | 0.61% | 0.63% | - |
| HSV(B) | 306.15º | 0.54% | 0.85% | - |
| XYZ | 44.71 | 28.67 | 61.57 | - |
| YUV | 147.95 | 160.76 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 206 | 0 | 0.54 | 0.06 | 0.15 | 306.15 | 0.61 | 0.63 |
| Hex | DA | 65 | CE | 0 | 36 | 6 | F | 132 | 3D | 3F |
| Octal | 332 | 145 | 316 | 0 | 66 | 6 | 17 | 462 | 75 | 77 |
| Binary | 11011010 | 1100101 | 11001110 | 0 | 110110 | 110 | 1111 | 100110010 | 111101 | 111111 |
Color Harmonies of #DA65CE
Complementary color
Monochromatic Colors of #DA65CE
Black with #DA65CE
Text Example
Text Example
White with #DA65CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA65CE; }
p { color: rgb(218,101,206); }
H1.HeaderClassName
{
color: #DA65CE;
}
.AnyTagClassName
{
color: #DA65CE;
}
</style>
background-color css
<style>
a { background-color: #DA65CE; }
a { background-color: rgb(218,101,206); }
div.DivClassName
{
background-color: #DA65CE;
}
.BgClassName
{
background-color: #DA65CE;
}
</style>
border-color css
<style>
span { border-color: #DA65CE; }
span { border-color: rgb(218,101,206); }
td.TdClassName
{
border-color: #DA65CE;
}
.TagClassName
{
border-color: #DA65CE;
}
</style>