Shades of Orchid #DA88CF
Tints of Orchid #DA88CF
RGB
CMYK
RGB Variations
Color information
#DA88CF (or 0xDA88CF) is known color: Orchid. HEX triplet: DA, 88 and CF. RGB value is (218,136,207). Sum of RGB (Red+Green+Blue) = 218+136+207=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DA88CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA88CF is #257730. Grayscale: #A8A8A8. Windows color (decimal): -2455345 or 13600986. OLE color: 13600986.
HSL color Cylindrical-coordinate representation of color #DA88CF: hue angle of 308.05º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA88CF is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 207 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.15 |
| HSL | 308.05º | 0.53% | 0.69% | - |
| HSV(B) | 308.05º | 0.38% | 0.85% | - |
| XYZ | 48.98 | 37.02 | 63.6 | - |
| YUV | 168.61 | 149.67 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 207 | 0 | 0.38 | 0.05 | 0.15 | 308.05 | 0.53 | 0.69 |
| Hex | DA | 88 | CF | 0 | 26 | 5 | F | 134 | 35 | 45 |
| Octal | 332 | 210 | 317 | 0 | 46 | 5 | 17 | 464 | 65 | 105 |
| Binary | 11011010 | 10001000 | 11001111 | 0 | 100110 | 101 | 1111 | 100110100 | 110101 | 1000101 |
Color Harmonies of #DA88CF
Complementary color
Monochromatic Colors of #DA88CF
Black with #DA88CF
Text Example
Text Example
White with #DA88CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA88CF; }
p { color: rgb(218,136,207); }
H1.HeaderClassName
{
color: #DA88CF;
}
.AnyTagClassName
{
color: #DA88CF;
}
</style>
background-color css
<style>
a { background-color: #DA88CF; }
a { background-color: rgb(218,136,207); }
div.DivClassName
{
background-color: #DA88CF;
}
.BgClassName
{
background-color: #DA88CF;
}
</style>
border-color css
<style>
span { border-color: #DA88CF; }
span { border-color: rgb(218,136,207); }
td.TdClassName
{
border-color: #DA88CF;
}
.TagClassName
{
border-color: #DA88CF;
}
</style>