Shades of Medium Orchid #CA51D4
Tints of Medium Orchid #CA51D4
RGB
CMYK
RGB Variations
Color information
#CA51D4 (or 0xCA51D4) is known color: Medium Orchid. HEX triplet: CA, 51 and D4. RGB value is (202,81,212). Sum of RGB (Red+Green+Blue) = 202+81+212=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA51D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA51D4 is #35AE2B. Grayscale: #838383. Windows color (decimal): -3517996 or 13914570. OLE color: 13914570.
HSL color Cylindrical-coordinate representation of color #CA51D4: hue angle of 295.42º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA51D4 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 81 | 212 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.17 |
| HSL | 295.42º | 0.6% | 0.57% | - |
| HSV(B) | 295.42º | 0.62% | 0.83% | - |
| XYZ | 39.18 | 23.19 | 64.7 | - |
| YUV | 132.11 | 173.09 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 212 | 0.05 | 0.62 | 0 | 0.17 | 295.42 | 0.6 | 0.57 |
| Hex | CA | 51 | D4 | 5 | 3E | 0 | 11 | 127 | 3C | 39 |
| Octal | 312 | 121 | 324 | 5 | 76 | 0 | 21 | 447 | 74 | 71 |
| Binary | 11001010 | 1010001 | 11010100 | 101 | 111110 | 0 | 10001 | 100100111 | 111100 | 111001 |
Color Harmonies of #CA51D4
Complementary color
Monochromatic Colors of #CA51D4
Black with #CA51D4
Text Example
Text Example
White with #CA51D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA51D4; }
p { color: rgb(202,81,212); }
H1.HeaderClassName
{
color: #CA51D4;
}
.AnyTagClassName
{
color: #CA51D4;
}
</style>
background-color css
<style>
a { background-color: #CA51D4; }
a { background-color: rgb(202,81,212); }
div.DivClassName
{
background-color: #CA51D4;
}
.BgClassName
{
background-color: #CA51D4;
}
</style>
border-color css
<style>
span { border-color: #CA51D4; }
span { border-color: rgb(202,81,212); }
td.TdClassName
{
border-color: #CA51D4;
}
.TagClassName
{
border-color: #CA51D4;
}
</style>