Shades of Medium Orchid #CA51ED
Tints of Medium Orchid #CA51ED
RGB
CMYK
RGB Variations
Color information
#CA51ED (or 0xCA51ED) is known color: Medium Orchid. HEX triplet: CA, 51 and ED. RGB value is (202,81,237). Sum of RGB (Red+Green+Blue) = 202+81+237=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 81 (32.03% from 255 or 15.58% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA51ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA51ED is #35AE12. Grayscale: #868686. Windows color (decimal): -3517971 or 15552970. OLE color: 15552970.
HSL color Cylindrical-coordinate representation of color #CA51ED: hue angle of 286.54º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA51ED is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 81 | 237 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.07 |
| HSL | 286.54º | 0.81% | 0.62% | - |
| HSV(B) | 286.54º | 0.66% | 0.93% | - |
| XYZ | 42.59 | 24.56 | 82.62 | - |
| YUV | 134.96 | 185.59 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 81 | 237 | 0.15 | 0.66 | 0 | 0.07 | 286.54 | 0.81 | 0.62 |
| Hex | CA | 51 | ED | F | 42 | 0 | 7 | 11F | 51 | 3E |
| Octal | 312 | 121 | 355 | 17 | 102 | 0 | 7 | 437 | 121 | 76 |
| Binary | 11001010 | 1010001 | 11101101 | 1111 | 1000010 | 0 | 111 | 100011111 | 1010001 | 111110 |
Color Harmonies of #CA51ED
Complementary color
Monochromatic Colors of #CA51ED
Black with #CA51ED
Text Example
Text Example
White with #CA51ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA51ED; }
p { color: rgb(202,81,237); }
H1.HeaderClassName
{
color: #CA51ED;
}
.AnyTagClassName
{
color: #CA51ED;
}
</style>
background-color css
<style>
a { background-color: #CA51ED; }
a { background-color: rgb(202,81,237); }
div.DivClassName
{
background-color: #CA51ED;
}
.BgClassName
{
background-color: #CA51ED;
}
</style>
border-color css
<style>
span { border-color: #CA51ED; }
span { border-color: rgb(202,81,237); }
td.TdClassName
{
border-color: #CA51ED;
}
.TagClassName
{
border-color: #CA51ED;
}
</style>