Shades of Orchid #DA6FCE
Tints of Orchid #DA6FCE
RGB
CMYK
RGB Variations
Color information
#DA6FCE (or 0xDA6FCE) is known color: Orchid. HEX triplet: DA, 6F and CE. RGB value is (218,111,206). Sum of RGB (Red+Green+Blue) = 218+111+206=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6FCE is #259031. Grayscale: #999999. Windows color (decimal): -2461746 or 13529050. OLE color: 13529050.
HSL color Cylindrical-coordinate representation of color #DA6FCE: hue angle of 306.73º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA6FCE is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 111 | 206 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.15 |
| HSL | 306.73º | 0.59% | 0.65% | - |
| HSV(B) | 306.73º | 0.49% | 0.85% | - |
| XYZ | 45.74 | 30.73 | 61.91 | - |
| YUV | 153.82 | 157.45 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 111 | 206 | 0 | 0.49 | 0.06 | 0.15 | 306.73 | 0.59 | 0.65 |
| Hex | DA | 6F | CE | 0 | 31 | 6 | F | 133 | 3B | 41 |
| Octal | 332 | 157 | 316 | 0 | 61 | 6 | 17 | 463 | 73 | 101 |
| Binary | 11011010 | 1101111 | 11001110 | 0 | 110001 | 110 | 1111 | 100110011 | 111011 | 1000001 |
Color Harmonies of #DA6FCE
Complementary color
Monochromatic Colors of #DA6FCE
Black with #DA6FCE
Text Example
Text Example
White with #DA6FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6FCE; }
p { color: rgb(218,111,206); }
H1.HeaderClassName
{
color: #DA6FCE;
}
.AnyTagClassName
{
color: #DA6FCE;
}
</style>
background-color css
<style>
a { background-color: #DA6FCE; }
a { background-color: rgb(218,111,206); }
div.DivClassName
{
background-color: #DA6FCE;
}
.BgClassName
{
background-color: #DA6FCE;
}
</style>
border-color css
<style>
span { border-color: #DA6FCE; }
span { border-color: rgb(218,111,206); }
td.TdClassName
{
border-color: #DA6FCE;
}
.TagClassName
{
border-color: #DA6FCE;
}
</style>