Shades of Orchid #DA84DA
Tints of Orchid #DA84DA
RGB
CMYK
RGB Variations
Color information
#DA84DA (or 0xDA84DA) is known color: Orchid. HEX triplet: DA, 84 and DA. RGB value is (218,132,218). Sum of RGB (Red+Green+Blue) = 218+132+218=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA84DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA84DA is #257B25. Grayscale: #A7A7A7. Windows color (decimal): -2456358 or 14320858. OLE color: 14320858.
HSL color Cylindrical-coordinate representation of color #DA84DA: hue angle of 300º degrees, saturation: 0.54, 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 #DA84DA is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 132 | 218 | - |
CMYK | 0 | 0.39 | 0 | 0.15 |
HSL | 300º | 0.54% | 0.69% | - |
HSV(B) | 300º | 0.39% | 0.85% | - |
XYZ | 49.82 | 36.47 | 70.74 | - |
YUV | 167.52 | 156.49 | 164.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 132 | 218 | 0 | 0.39 | 0 | 0.15 | 300 | 0.54 | 0.69 |
Hex | DA | 84 | DA | 0 | 27 | 0 | F | 12C | 36 | 45 |
Octal | 332 | 204 | 332 | 0 | 47 | 0 | 17 | 454 | 66 | 105 |
Binary | 11011010 | 10000100 | 11011010 | 0 | 100111 | 0 | 1111 | 100101100 | 110110 | 1000101 |
Color Harmonies of #DA84DA
Complementary color
Monochromatic Colors of #DA84DA
Black with #DA84DA
Text Example
Text Example
White with #DA84DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA84DA; }
p { color: rgb(218,132,218); }
H1.HeaderClassName
{
color: #DA84DA;
}
.AnyTagClassName
{
color: #DA84DA;
}
</style>
background-color css
<style>
a { background-color: #DA84DA; }
a { background-color: rgb(218,132,218); }
div.DivClassName
{
background-color: #DA84DA;
}
.BgClassName
{
background-color: #DA84DA;
}
</style>
border-color css
<style>
span { border-color: #DA84DA; }
span { border-color: rgb(218,132,218); }
td.TdClassName
{
border-color: #DA84DA;
}
.TagClassName
{
border-color: #DA84DA;
}
</style>