Shades of Orchid #DA85DA
Tints of Orchid #DA85DA
RGB
CMYK
RGB Variations
Color information
#DA85DA (or 0xDA85DA) is known color: Orchid. HEX triplet: DA, 85 and DA. RGB value is (218,133,218). Sum of RGB (Red+Green+Blue) = 218+133+218=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA85DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA85DA is #257A25. Grayscale: #A7A7A7. Windows color (decimal): -2456102 or 14321114. OLE color: 14321114.
HSL color Cylindrical-coordinate representation of color #DA85DA: hue angle of 300º 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 #DA85DA is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 133 | 218 | - |
CMYK | 0 | 0.39 | 0 | 0.15 |
HSL | 300º | 0.53% | 0.69% | - |
HSV(B) | 300º | 0.39% | 0.85% | - |
XYZ | 49.96 | 36.74 | 70.79 | - |
YUV | 168.11 | 156.16 | 163.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 133 | 218 | 0 | 0.39 | 0 | 0.15 | 300 | 0.53 | 0.69 |
Hex | DA | 85 | DA | 0 | 27 | 0 | F | 12C | 35 | 45 |
Octal | 332 | 205 | 332 | 0 | 47 | 0 | 17 | 454 | 65 | 105 |
Binary | 11011010 | 10000101 | 11011010 | 0 | 100111 | 0 | 1111 | 100101100 | 110101 | 1000101 |
Color Harmonies of #DA85DA
Complementary color
Monochromatic Colors of #DA85DA
Black with #DA85DA
Text Example
Text Example
White with #DA85DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA85DA; }
p { color: rgb(218,133,218); }
H1.HeaderClassName
{
color: #DA85DA;
}
.AnyTagClassName
{
color: #DA85DA;
}
</style>
background-color css
<style>
a { background-color: #DA85DA; }
a { background-color: rgb(218,133,218); }
div.DivClassName
{
background-color: #DA85DA;
}
.BgClassName
{
background-color: #DA85DA;
}
</style>
border-color css
<style>
span { border-color: #DA85DA; }
span { border-color: rgb(218,133,218); }
td.TdClassName
{
border-color: #DA85DA;
}
.TagClassName
{
border-color: #DA85DA;
}
</style>