Shades of Medium Orchid #CA53DF
Tints of Medium Orchid #CA53DF
RGB
CMYK
RGB Variations
Color information
#CA53DF (or 0xCA53DF) is known color: Medium Orchid. HEX triplet: CA, 53 and DF. RGB value is (202,83,223). Sum of RGB (Red+Green+Blue) = 202+83+223=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 83 (32.81% from 255 or 16.34% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA53DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA53DF is #35AC20. Grayscale: #868686. Windows color (decimal): -3517473 or 14635978. OLE color: 14635978.
HSL color Cylindrical-coordinate representation of color #CA53DF: hue angle of 291º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA53DF is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 83 | 223 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.13 |
| HSL | 291º | 0.69% | 0.6% | - |
| HSV(B) | 291º | 0.63% | 0.87% | - |
| XYZ | 40.77 | 24.07 | 72.31 | - |
| YUV | 134.54 | 177.92 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 83 | 223 | 0.09 | 0.63 | 0 | 0.13 | 291 | 0.69 | 0.6 |
| Hex | CA | 53 | DF | 9 | 3F | 0 | D | 123 | 45 | 3C |
| Octal | 312 | 123 | 337 | 11 | 77 | 0 | 15 | 443 | 105 | 74 |
| Binary | 11001010 | 1010011 | 11011111 | 1001 | 111111 | 0 | 1101 | 100100011 | 1000101 | 111100 |
Color Harmonies of #CA53DF
Complementary color
Monochromatic Colors of #CA53DF
Black with #CA53DF
Text Example
Text Example
White with #CA53DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA53DF; }
p { color: rgb(202,83,223); }
H1.HeaderClassName
{
color: #CA53DF;
}
.AnyTagClassName
{
color: #CA53DF;
}
</style>
background-color css
<style>
a { background-color: #CA53DF; }
a { background-color: rgb(202,83,223); }
div.DivClassName
{
background-color: #CA53DF;
}
.BgClassName
{
background-color: #CA53DF;
}
</style>
border-color css
<style>
span { border-color: #CA53DF; }
span { border-color: rgb(202,83,223); }
td.TdClassName
{
border-color: #CA53DF;
}
.TagClassName
{
border-color: #CA53DF;
}
</style>