Shades of Medium Orchid #CA54DA
Tints of Medium Orchid #CA54DA
RGB
CMYK
RGB Variations
Color information
#CA54DA (or 0xCA54DA) is known color: Medium Orchid. HEX triplet: CA, 54 and DA. RGB value is (202,84,218). Sum of RGB (Red+Green+Blue) = 202+84+218=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 84 (33.20% from 255 or 16.67% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA54DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA54DA is #35AB25. Grayscale: #868686. Windows color (decimal): -3517222 or 14308554. OLE color: 14308554.
HSL color Cylindrical-coordinate representation of color #CA54DA: hue angle of 292.84º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA54DA is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 84 | 218 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.15 |
| HSL | 292.84º | 0.64% | 0.59% | - |
| HSV(B) | 292.84º | 0.61% | 0.85% | - |
| XYZ | 40.18 | 23.96 | 68.84 | - |
| YUV | 134.56 | 175.09 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 84 | 218 | 0.07 | 0.61 | 0 | 0.15 | 292.84 | 0.64 | 0.59 |
| Hex | CA | 54 | DA | 7 | 3D | 0 | F | 125 | 40 | 3B |
| Octal | 312 | 124 | 332 | 7 | 75 | 0 | 17 | 445 | 100 | 73 |
| Binary | 11001010 | 1010100 | 11011010 | 111 | 111101 | 0 | 1111 | 100100101 | 1000000 | 111011 |
Color Harmonies of #CA54DA
Complementary color
Monochromatic Colors of #CA54DA
Black with #CA54DA
Text Example
Text Example
White with #CA54DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA54DA; }
p { color: rgb(202,84,218); }
H1.HeaderClassName
{
color: #CA54DA;
}
.AnyTagClassName
{
color: #CA54DA;
}
</style>
background-color css
<style>
a { background-color: #CA54DA; }
a { background-color: rgb(202,84,218); }
div.DivClassName
{
background-color: #CA54DA;
}
.BgClassName
{
background-color: #CA54DA;
}
</style>
border-color css
<style>
span { border-color: #CA54DA; }
span { border-color: rgb(202,84,218); }
td.TdClassName
{
border-color: #CA54DA;
}
.TagClassName
{
border-color: #CA54DA;
}
</style>