Shades of Orchid #DA7BCA
Tints of Orchid #DA7BCA
RGB
CMYK
RGB Variations
Color information
#DA7BCA (or 0xDA7BCA) is known color: Orchid. HEX triplet: DA, 7B and CA. RGB value is (218,123,202). Sum of RGB (Red+Green+Blue) = 218+123+202=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7BCA is #258435. Grayscale: #A0A0A0. Windows color (decimal): -2458678 or 13269978. OLE color: 13269978.
HSL color Cylindrical-coordinate representation of color #DA7BCA: hue angle of 310.11º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7BCA is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 202 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.15 |
| HSL | 310.11º | 0.56% | 0.67% | - |
| HSV(B) | 310.11º | 0.44% | 0.85% | - |
| XYZ | 46.66 | 33.34 | 59.85 | - |
| YUV | 160.41 | 151.47 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 202 | 0 | 0.44 | 0.07 | 0.15 | 310.11 | 0.56 | 0.67 |
| Hex | DA | 7B | CA | 0 | 2C | 7 | F | 136 | 38 | 43 |
| Octal | 332 | 173 | 312 | 0 | 54 | 7 | 17 | 466 | 70 | 103 |
| Binary | 11011010 | 1111011 | 11001010 | 0 | 101100 | 111 | 1111 | 100110110 | 111000 | 1000011 |
Color Harmonies of #DA7BCA
Complementary color
Monochromatic Colors of #DA7BCA
Black with #DA7BCA
Text Example
Text Example
White with #DA7BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7BCA; }
p { color: rgb(218,123,202); }
H1.HeaderClassName
{
color: #DA7BCA;
}
.AnyTagClassName
{
color: #DA7BCA;
}
</style>
background-color css
<style>
a { background-color: #DA7BCA; }
a { background-color: rgb(218,123,202); }
div.DivClassName
{
background-color: #DA7BCA;
}
.BgClassName
{
background-color: #DA7BCA;
}
</style>
border-color css
<style>
span { border-color: #DA7BCA; }
span { border-color: rgb(218,123,202); }
td.TdClassName
{
border-color: #DA7BCA;
}
.TagClassName
{
border-color: #DA7BCA;
}
</style>