Shades of Medium Orchid #CA55DA
Tints of Medium Orchid #CA55DA
RGB
CMYK
RGB Variations
Color information
#CA55DA (or 0xCA55DA) is known color: Medium Orchid. HEX triplet: CA, 55 and DA. RGB value is (202,85,218). Sum of RGB (Red+Green+Blue) = 202+85+218=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 85 (33.59% from 255 or 16.83% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA55DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA55DA is #35AA25. Grayscale: #868686. Windows color (decimal): -3516966 or 14308810. OLE color: 14308810.
HSL color Cylindrical-coordinate representation of color #CA55DA: hue angle of 292.78º 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 #CA55DA is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 85 | 218 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.15 |
| HSL | 292.78º | 0.64% | 0.59% | - |
| HSV(B) | 292.78º | 0.61% | 0.85% | - |
| XYZ | 40.26 | 24.12 | 68.86 | - |
| YUV | 135.15 | 174.76 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 218 | 0.07 | 0.61 | 0 | 0.15 | 292.78 | 0.64 | 0.59 |
| Hex | CA | 55 | DA | 7 | 3D | 0 | F | 125 | 40 | 3B |
| Octal | 312 | 125 | 332 | 7 | 75 | 0 | 17 | 445 | 100 | 73 |
| Binary | 11001010 | 1010101 | 11011010 | 111 | 111101 | 0 | 1111 | 100100101 | 1000000 | 111011 |
Color Harmonies of #CA55DA
Complementary color
Monochromatic Colors of #CA55DA
Black with #CA55DA
Text Example
Text Example
White with #CA55DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA55DA; }
p { color: rgb(202,85,218); }
H1.HeaderClassName
{
color: #CA55DA;
}
.AnyTagClassName
{
color: #CA55DA;
}
</style>
background-color css
<style>
a { background-color: #CA55DA; }
a { background-color: rgb(202,85,218); }
div.DivClassName
{
background-color: #CA55DA;
}
.BgClassName
{
background-color: #CA55DA;
}
</style>
border-color css
<style>
span { border-color: #CA55DA; }
span { border-color: rgb(202,85,218); }
td.TdClassName
{
border-color: #CA55DA;
}
.TagClassName
{
border-color: #CA55DA;
}
</style>