Shades of Medium Orchid #CA4CEB
Tints of Medium Orchid #CA4CEB
RGB
CMYK
RGB Variations
Color information
#CA4CEB (or 0xCA4CEB) is known color: Medium Orchid. HEX triplet: CA, 4C and EB. RGB value is (202,76,235). Sum of RGB (Red+Green+Blue) = 202+76+235=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 76 (30.08% from 255 or 14.81% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA4CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4CEB is #35B314. Grayscale: #838383. Windows color (decimal): -3519253 or 15420618. OLE color: 15420618.
HSL color Cylindrical-coordinate representation of color #CA4CEB: hue angle of 287.55º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4CEB is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 76 | 235 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.08 |
| HSL | 287.55º | 0.8% | 0.61% | - |
| HSV(B) | 287.55º | 0.68% | 0.92% | - |
| XYZ | 41.94 | 23.72 | 80.97 | - |
| YUV | 131.8 | 186.24 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 235 | 0.14 | 0.68 | 0 | 0.08 | 287.55 | 0.8 | 0.61 |
| Hex | CA | 4C | EB | E | 44 | 0 | 8 | 120 | 50 | 3D |
| Octal | 312 | 114 | 353 | 16 | 104 | 0 | 10 | 440 | 120 | 75 |
| Binary | 11001010 | 1001100 | 11101011 | 1110 | 1000100 | 0 | 1000 | 100100000 | 1010000 | 111101 |
Color Harmonies of #CA4CEB
Complementary color
Monochromatic Colors of #CA4CEB
Black with #CA4CEB
Text Example
Text Example
White with #CA4CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4CEB; }
p { color: rgb(202,76,235); }
H1.HeaderClassName
{
color: #CA4CEB;
}
.AnyTagClassName
{
color: #CA4CEB;
}
</style>
background-color css
<style>
a { background-color: #CA4CEB; }
a { background-color: rgb(202,76,235); }
div.DivClassName
{
background-color: #CA4CEB;
}
.BgClassName
{
background-color: #CA4CEB;
}
</style>
border-color css
<style>
span { border-color: #CA4CEB; }
span { border-color: rgb(202,76,235); }
td.TdClassName
{
border-color: #CA4CEB;
}
.TagClassName
{
border-color: #CA4CEB;
}
</style>