Shades of Orchid #DA88C6
Tints of Orchid #DA88C6
RGB
CMYK
RGB Variations
Color information
#DA88C6 (or 0xDA88C6) is known color: Orchid. HEX triplet: DA, 88 and C6. RGB value is (218,136,198). Sum of RGB (Red+Green+Blue) = 218+136+198=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 198 (77.73% from 255 or 35.87% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DA88C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA88C6 is #257739. Grayscale: #A7A7A7. Windows color (decimal): -2455354 or 13011162. OLE color: 13011162.
HSL color Cylindrical-coordinate representation of color #DA88C6: hue angle of 314.63º 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 #DA88C6 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 136 | 198 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.15 |
| HSL | 314.63º | 0.53% | 0.69% | - |
| HSV(B) | 314.63º | 0.38% | 0.85% | - |
| XYZ | 47.91 | 36.59 | 57.96 | - |
| YUV | 167.59 | 145.17 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 136 | 198 | 0 | 0.38 | 0.09 | 0.15 | 314.63 | 0.53 | 0.69 |
| Hex | DA | 88 | C6 | 0 | 26 | 9 | F | 13B | 35 | 45 |
| Octal | 332 | 210 | 306 | 0 | 46 | 11 | 17 | 473 | 65 | 105 |
| Binary | 11011010 | 10001000 | 11000110 | 0 | 100110 | 1001 | 1111 | 100111011 | 110101 | 1000101 |
Color Harmonies of #DA88C6
Complementary color
Monochromatic Colors of #DA88C6
Black with #DA88C6
Text Example
Text Example
White with #DA88C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA88C6; }
p { color: rgb(218,136,198); }
H1.HeaderClassName
{
color: #DA88C6;
}
.AnyTagClassName
{
color: #DA88C6;
}
</style>
background-color css
<style>
a { background-color: #DA88C6; }
a { background-color: rgb(218,136,198); }
div.DivClassName
{
background-color: #DA88C6;
}
.BgClassName
{
background-color: #DA88C6;
}
</style>
border-color css
<style>
span { border-color: #DA88C6; }
span { border-color: rgb(218,136,198); }
td.TdClassName
{
border-color: #DA88C6;
}
.TagClassName
{
border-color: #DA88C6;
}
</style>