Shades of Medium Orchid #CA30ED
Tints of Medium Orchid #CA30ED
RGB
CMYK
RGB Variations
Color information
#CA30ED (or 0xCA30ED) is known color: Medium Orchid. HEX triplet: CA, 30 and ED. RGB value is (202,48,237). Sum of RGB (Red+Green+Blue) = 202+48+237=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 48 (19.14% from 255 or 9.86% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA30ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA30ED is #35CF12. Grayscale: #727272. Windows color (decimal): -3526419 or 15544522. OLE color: 15544522.
HSL color Cylindrical-coordinate representation of color #CA30ED: hue angle of 288.89º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA30ED is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 48 | 237 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.07 |
| HSL | 288.89º | 0.84% | 0.56% | - |
| HSV(B) | 288.89º | 0.8% | 0.93% | - |
| XYZ | 40.7 | 20.78 | 81.99 | - |
| YUV | 115.59 | 196.52 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 48 | 237 | 0.15 | 0.80 | 0 | 0.07 | 288.89 | 0.84 | 0.56 |
| Hex | CA | 30 | ED | F | 50 | 0 | 7 | 121 | 54 | 38 |
| Octal | 312 | 60 | 355 | 17 | 120 | 0 | 7 | 441 | 124 | 70 |
| Binary | 11001010 | 110000 | 11101101 | 1111 | 1010000 | 0 | 111 | 100100001 | 1010100 | 111000 |
Color Harmonies of #CA30ED
Complementary color
Monochromatic Colors of #CA30ED
Black with #CA30ED
Text Example
Text Example
White with #CA30ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA30ED; }
p { color: rgb(202,48,237); }
H1.HeaderClassName
{
color: #CA30ED;
}
.AnyTagClassName
{
color: #CA30ED;
}
</style>
background-color css
<style>
a { background-color: #CA30ED; }
a { background-color: rgb(202,48,237); }
div.DivClassName
{
background-color: #CA30ED;
}
.BgClassName
{
background-color: #CA30ED;
}
</style>
border-color css
<style>
span { border-color: #CA30ED; }
span { border-color: rgb(202,48,237); }
td.TdClassName
{
border-color: #CA30ED;
}
.TagClassName
{
border-color: #CA30ED;
}
</style>