Shades of Orchid #DA85D2
Tints of Orchid #DA85D2
RGB
CMYK
RGB Variations
Color information
#DA85D2 (or 0xDA85D2) is known color: Orchid. HEX triplet: DA, 85 and D2. RGB value is (218,133,210). Sum of RGB (Red+Green+Blue) = 218+133+210=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DA85D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA85D2 is #257A2D. Grayscale: #A6A6A6. Windows color (decimal): -2456110 or 13796826. OLE color: 13796826.
HSL color Cylindrical-coordinate representation of color #DA85D2: hue angle of 305.65º 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 #DA85D2 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 210 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.15 |
| HSL | 305.65º | 0.53% | 0.69% | - |
| HSV(B) | 305.65º | 0.39% | 0.85% | - |
| XYZ | 48.93 | 36.33 | 65.41 | - |
| YUV | 167.19 | 152.16 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 210 | 0 | 0.39 | 0.04 | 0.15 | 305.65 | 0.53 | 0.69 |
| Hex | DA | 85 | D2 | 0 | 27 | 4 | F | 132 | 35 | 45 |
| Octal | 332 | 205 | 322 | 0 | 47 | 4 | 17 | 462 | 65 | 105 |
| Binary | 11011010 | 10000101 | 11010010 | 0 | 100111 | 100 | 1111 | 100110010 | 110101 | 1000101 |
Color Harmonies of #DA85D2
Complementary color
Monochromatic Colors of #DA85D2
Black with #DA85D2
Text Example
Text Example
White with #DA85D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA85D2; }
p { color: rgb(218,133,210); }
H1.HeaderClassName
{
color: #DA85D2;
}
.AnyTagClassName
{
color: #DA85D2;
}
</style>
background-color css
<style>
a { background-color: #DA85D2; }
a { background-color: rgb(218,133,210); }
div.DivClassName
{
background-color: #DA85D2;
}
.BgClassName
{
background-color: #DA85D2;
}
</style>
border-color css
<style>
span { border-color: #DA85D2; }
span { border-color: rgb(218,133,210); }
td.TdClassName
{
border-color: #DA85D2;
}
.TagClassName
{
border-color: #DA85D2;
}
</style>