Shades of Orchid #DA85CB
Tints of Orchid #DA85CB
RGB
CMYK
RGB Variations
Color information
#DA85CB (or 0xDA85CB) is known color: Orchid. HEX triplet: DA, 85 and CB. RGB value is (218,133,203). Sum of RGB (Red+Green+Blue) = 218+133+203=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DA85CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA85CB is #257A34. Grayscale: #A6A6A6. Windows color (decimal): -2456117 or 13338074. OLE color: 13338074.
HSL color Cylindrical-coordinate representation of color #DA85CB: hue angle of 310.59º 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 #DA85CB is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 203 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.15 |
| HSL | 310.59º | 0.53% | 0.69% | - |
| HSV(B) | 310.59º | 0.39% | 0.85% | - |
| XYZ | 48.08 | 35.99 | 60.91 | - |
| YUV | 166.4 | 148.66 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 203 | 0 | 0.39 | 0.07 | 0.15 | 310.59 | 0.53 | 0.69 |
| Hex | DA | 85 | CB | 0 | 27 | 7 | F | 137 | 35 | 45 |
| Octal | 332 | 205 | 313 | 0 | 47 | 7 | 17 | 467 | 65 | 105 |
| Binary | 11011010 | 10000101 | 11001011 | 0 | 100111 | 111 | 1111 | 100110111 | 110101 | 1000101 |
Color Harmonies of #DA85CB
Complementary color
Monochromatic Colors of #DA85CB
Black with #DA85CB
Text Example
Text Example
White with #DA85CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA85CB; }
p { color: rgb(218,133,203); }
H1.HeaderClassName
{
color: #DA85CB;
}
.AnyTagClassName
{
color: #DA85CB;
}
</style>
background-color css
<style>
a { background-color: #DA85CB; }
a { background-color: rgb(218,133,203); }
div.DivClassName
{
background-color: #DA85CB;
}
.BgClassName
{
background-color: #DA85CB;
}
</style>
border-color css
<style>
span { border-color: #DA85CB; }
span { border-color: rgb(218,133,203); }
td.TdClassName
{
border-color: #DA85CB;
}
.TagClassName
{
border-color: #DA85CB;
}
</style>