Shades of Orchid #DA86CC
Tints of Orchid #DA86CC
RGB
CMYK
RGB Variations
Color information
#DA86CC (or 0xDA86CC) is known color: Orchid. HEX triplet: DA, 86 and CC. RGB value is (218,134,204). Sum of RGB (Red+Green+Blue) = 218+134+204=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 134 (52.73% from 255 or 24.10% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DA86CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA86CC is #257933. Grayscale: #A6A6A6. Windows color (decimal): -2455860 or 13403866. OLE color: 13403866.
HSL color Cylindrical-coordinate representation of color #DA86CC: hue angle of 310º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA86CC is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 134 | 204 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.15 |
| HSL | 310º | 0.53% | 0.69% | - |
| HSV(B) | 310º | 0.39% | 0.85% | - |
| XYZ | 48.34 | 36.32 | 61.59 | - |
| YUV | 167.1 | 148.83 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 134 | 204 | 0 | 0.39 | 0.06 | 0.15 | 310 | 0.53 | 0.69 |
| Hex | DA | 86 | CC | 0 | 27 | 6 | F | 136 | 35 | 45 |
| Octal | 332 | 206 | 314 | 0 | 47 | 6 | 17 | 466 | 65 | 105 |
| Binary | 11011010 | 10000110 | 11001100 | 0 | 100111 | 110 | 1111 | 100110110 | 110101 | 1000101 |
Color Harmonies of #DA86CC
Complementary color
Monochromatic Colors of #DA86CC
Black with #DA86CC
Text Example
Text Example
White with #DA86CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA86CC; }
p { color: rgb(218,134,204); }
H1.HeaderClassName
{
color: #DA86CC;
}
.AnyTagClassName
{
color: #DA86CC;
}
</style>
background-color css
<style>
a { background-color: #DA86CC; }
a { background-color: rgb(218,134,204); }
div.DivClassName
{
background-color: #DA86CC;
}
.BgClassName
{
background-color: #DA86CC;
}
</style>
border-color css
<style>
span { border-color: #DA86CC; }
span { border-color: rgb(218,134,204); }
td.TdClassName
{
border-color: #DA86CC;
}
.TagClassName
{
border-color: #DA86CC;
}
</style>