Shades of Orchid #DA68CC
Tints of Orchid #DA68CC
RGB
CMYK
RGB Variations
Color information
#DA68CC (or 0xDA68CC) is known color: Orchid. HEX triplet: DA, 68 and CC. RGB value is (218,104,204). Sum of RGB (Red+Green+Blue) = 218+104+204=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 218 - color contains mainly: red. Hex color #DA68CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA68CC is #259733. Grayscale: #959595. Windows color (decimal): -2463540 or 13396186. OLE color: 13396186.
HSL color Cylindrical-coordinate representation of color #DA68CC: hue angle of 307.37º 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 #DA68CC is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 204 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.15 |
| HSL | 307.37º | 0.61% | 0.63% | - |
| HSV(B) | 307.37º | 0.52% | 0.85% | - |
| XYZ | 44.76 | 29.17 | 60.4 | - |
| YUV | 149.49 | 158.77 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 204 | 0 | 0.52 | 0.06 | 0.15 | 307.37 | 0.61 | 0.63 |
| Hex | DA | 68 | CC | 0 | 34 | 6 | F | 133 | 3D | 3F |
| Octal | 332 | 150 | 314 | 0 | 64 | 6 | 17 | 463 | 75 | 77 |
| Binary | 11011010 | 1101000 | 11001100 | 0 | 110100 | 110 | 1111 | 100110011 | 111101 | 111111 |
Color Harmonies of #DA68CC
Complementary color
Monochromatic Colors of #DA68CC
Black with #DA68CC
Text Example
Text Example
White with #DA68CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA68CC; }
p { color: rgb(218,104,204); }
H1.HeaderClassName
{
color: #DA68CC;
}
.AnyTagClassName
{
color: #DA68CC;
}
</style>
background-color css
<style>
a { background-color: #DA68CC; }
a { background-color: rgb(218,104,204); }
div.DivClassName
{
background-color: #DA68CC;
}
.BgClassName
{
background-color: #DA68CC;
}
</style>
border-color css
<style>
span { border-color: #DA68CC; }
span { border-color: rgb(218,104,204); }
td.TdClassName
{
border-color: #DA68CC;
}
.TagClassName
{
border-color: #DA68CC;
}
</style>