Shades of Medium Orchid #CA4BE0
Tints of Medium Orchid #CA4BE0
RGB
CMYK
RGB Variations
Color information
#CA4BE0 (or 0xCA4BE0) is known color: Medium Orchid. HEX triplet: CA, 4B and E0. RGB value is (202,75,224). Sum of RGB (Red+Green+Blue) = 202+75+224=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 75 (29.69% from 255 or 14.97% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA4BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4BE0 is #35B41F. Grayscale: #818181. Windows color (decimal): -3519520 or 14699466. OLE color: 14699466.
HSL color Cylindrical-coordinate representation of color #CA4BE0: hue angle of 291.14º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA4BE0 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 75 | 224 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.12 |
| HSL | 291.14º | 0.71% | 0.59% | - |
| HSV(B) | 291.14º | 0.67% | 0.88% | - |
| XYZ | 40.33 | 22.97 | 72.83 | - |
| YUV | 129.96 | 181.08 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 75 | 224 | 0.10 | 0.67 | 0 | 0.12 | 291.14 | 0.71 | 0.59 |
| Hex | CA | 4B | E0 | A | 43 | 0 | C | 123 | 47 | 3B |
| Octal | 312 | 113 | 340 | 12 | 103 | 0 | 14 | 443 | 107 | 73 |
| Binary | 11001010 | 1001011 | 11100000 | 1010 | 1000011 | 0 | 1100 | 100100011 | 1000111 | 111011 |
Color Harmonies of #CA4BE0
Complementary color
Monochromatic Colors of #CA4BE0
Black with #CA4BE0
Text Example
Text Example
White with #CA4BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4BE0; }
p { color: rgb(202,75,224); }
H1.HeaderClassName
{
color: #CA4BE0;
}
.AnyTagClassName
{
color: #CA4BE0;
}
</style>
background-color css
<style>
a { background-color: #CA4BE0; }
a { background-color: rgb(202,75,224); }
div.DivClassName
{
background-color: #CA4BE0;
}
.BgClassName
{
background-color: #CA4BE0;
}
</style>
border-color css
<style>
span { border-color: #CA4BE0; }
span { border-color: rgb(202,75,224); }
td.TdClassName
{
border-color: #CA4BE0;
}
.TagClassName
{
border-color: #CA4BE0;
}
</style>