Shades of Medium Orchid #CA51D5
Tints of Medium Orchid #CA51D5
RGB
CMYK
RGB Variations
Color information
#CA51D5 (or 0xCA51D5) is known color: Medium Orchid. HEX triplet: CA, 51 and D5. RGB value is (202,81,213). Sum of RGB (Red+Green+Blue) = 202+81+213=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA51D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA51D5 is #35AE2A. Grayscale: #838383. Windows color (decimal): -3517995 or 13980106. OLE color: 13980106.
HSL color Cylindrical-coordinate representation of color #CA51D5: hue angle of 295º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA51D5 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 81 | 213 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.16 |
| HSL | 295º | 0.61% | 0.58% | - |
| HSV(B) | 295º | 0.62% | 0.84% | - |
| XYZ | 39.31 | 23.25 | 65.37 | - |
| YUV | 132.23 | 173.59 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 213 | 0.05 | 0.62 | 0 | 0.16 | 295 | 0.61 | 0.58 |
| Hex | CA | 51 | D5 | 5 | 3E | 0 | 10 | 127 | 3D | 3A |
| Octal | 312 | 121 | 325 | 5 | 76 | 0 | 20 | 447 | 75 | 72 |
| Binary | 11001010 | 1010001 | 11010101 | 101 | 111110 | 0 | 10000 | 100100111 | 111101 | 111010 |
Color Harmonies of #CA51D5
Complementary color
Monochromatic Colors of #CA51D5
Black with #CA51D5
Text Example
Text Example
White with #CA51D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA51D5; }
p { color: rgb(202,81,213); }
H1.HeaderClassName
{
color: #CA51D5;
}
.AnyTagClassName
{
color: #CA51D5;
}
</style>
background-color css
<style>
a { background-color: #CA51D5; }
a { background-color: rgb(202,81,213); }
div.DivClassName
{
background-color: #CA51D5;
}
.BgClassName
{
background-color: #CA51D5;
}
</style>
border-color css
<style>
span { border-color: #CA51D5; }
span { border-color: rgb(202,81,213); }
td.TdClassName
{
border-color: #CA51D5;
}
.TagClassName
{
border-color: #CA51D5;
}
</style>