Shades of Orchid #DA68CE
Tints of Orchid #DA68CE
RGB
CMYK
RGB Variations
Color information
#DA68CE (or 0xDA68CE) is known color: Orchid. HEX triplet: DA, 68 and CE. RGB value is (218,104,206). Sum of RGB (Red+Green+Blue) = 218+104+206=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DA68CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA68CE is #259731. Grayscale: #959595. Windows color (decimal): -2463538 or 13527258. OLE color: 13527258.
HSL color Cylindrical-coordinate representation of color #DA68CE: hue angle of 306.32º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA68CE is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 206 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.15 |
| HSL | 306.32º | 0.61% | 0.63% | - |
| HSV(B) | 306.32º | 0.52% | 0.85% | - |
| XYZ | 45 | 29.26 | 61.67 | - |
| YUV | 149.71 | 159.77 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 206 | 0 | 0.52 | 0.06 | 0.15 | 306.32 | 0.61 | 0.63 |
| Hex | DA | 68 | CE | 0 | 34 | 6 | F | 132 | 3D | 3F |
| Octal | 332 | 150 | 316 | 0 | 64 | 6 | 17 | 462 | 75 | 77 |
| Binary | 11011010 | 1101000 | 11001110 | 0 | 110100 | 110 | 1111 | 100110010 | 111101 | 111111 |
Color Harmonies of #DA68CE
Complementary color
Monochromatic Colors of #DA68CE
Black with #DA68CE
Text Example
Text Example
White with #DA68CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA68CE; }
p { color: rgb(218,104,206); }
H1.HeaderClassName
{
color: #DA68CE;
}
.AnyTagClassName
{
color: #DA68CE;
}
</style>
background-color css
<style>
a { background-color: #DA68CE; }
a { background-color: rgb(218,104,206); }
div.DivClassName
{
background-color: #DA68CE;
}
.BgClassName
{
background-color: #DA68CE;
}
</style>
border-color css
<style>
span { border-color: #DA68CE; }
span { border-color: rgb(218,104,206); }
td.TdClassName
{
border-color: #DA68CE;
}
.TagClassName
{
border-color: #DA68CE;
}
</style>