Shades of Orchid #DA68C5
Tints of Orchid #DA68C5
RGB
CMYK
RGB Variations
Color information
#DA68C5 (or 0xDA68C5) is known color: Orchid. HEX triplet: DA, 68 and C5. RGB value is (218,104,197). Sum of RGB (Red+Green+Blue) = 218+104+197=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DA68C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA68C5 is #25973A. Grayscale: #949494. Windows color (decimal): -2463547 or 12937434. OLE color: 12937434.
HSL color Cylindrical-coordinate representation of color #DA68C5: hue angle of 311.05º 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 #DA68C5 is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 197 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.15 |
| HSL | 311.05º | 0.61% | 0.63% | - |
| HSV(B) | 311.05º | 0.52% | 0.85% | - |
| XYZ | 43.94 | 28.84 | 56.07 | - |
| YUV | 148.69 | 155.27 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 197 | 0 | 0.52 | 0.10 | 0.15 | 311.05 | 0.61 | 0.63 |
| Hex | DA | 68 | C5 | 0 | 34 | A | F | 137 | 3D | 3F |
| Octal | 332 | 150 | 305 | 0 | 64 | 12 | 17 | 467 | 75 | 77 |
| Binary | 11011010 | 1101000 | 11000101 | 0 | 110100 | 1010 | 1111 | 100110111 | 111101 | 111111 |
Color Harmonies of #DA68C5
Complementary color
Monochromatic Colors of #DA68C5
Black with #DA68C5
Text Example
Text Example
White with #DA68C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA68C5; }
p { color: rgb(218,104,197); }
H1.HeaderClassName
{
color: #DA68C5;
}
.AnyTagClassName
{
color: #DA68C5;
}
</style>
background-color css
<style>
a { background-color: #DA68C5; }
a { background-color: rgb(218,104,197); }
div.DivClassName
{
background-color: #DA68C5;
}
.BgClassName
{
background-color: #DA68C5;
}
</style>
border-color css
<style>
span { border-color: #DA68C5; }
span { border-color: rgb(218,104,197); }
td.TdClassName
{
border-color: #DA68C5;
}
.TagClassName
{
border-color: #DA68C5;
}
</style>