Shades of Medium Orchid #CA4BEB
Tints of Medium Orchid #CA4BEB
RGB
CMYK
RGB Variations
Color information
#CA4BEB (or 0xCA4BEB) is known color: Medium Orchid. HEX triplet: CA, 4B and EB. RGB value is (202,75,235). Sum of RGB (Red+Green+Blue) = 202+75+235=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 75 (29.69% from 255 or 14.65% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA4BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4BEB is #35B414. Grayscale: #828282. Windows color (decimal): -3519509 or 15420362. OLE color: 15420362.
HSL color Cylindrical-coordinate representation of color #CA4BEB: hue angle of 287.62º 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 #CA4BEB is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 75 | 235 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.08 |
| HSL | 287.63º | 0.8% | 0.61% | - |
| HSV(B) | 287.63º | 0.68% | 0.92% | - |
| XYZ | 41.87 | 23.59 | 80.94 | - |
| YUV | 131.21 | 186.58 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 75 | 235 | 0.14 | 0.68 | 0 | 0.08 | 287.63 | 0.8 | 0.61 |
| Hex | CA | 4B | EB | E | 44 | 0 | 8 | 120 | 50 | 3D |
| Octal | 312 | 113 | 353 | 16 | 104 | 0 | 10 | 440 | 120 | 75 |
| Binary | 11001010 | 1001011 | 11101011 | 1110 | 1000100 | 0 | 1000 | 100100000 | 1010000 | 111101 |
Color Harmonies of #CA4BEB
Complementary color
Monochromatic Colors of #CA4BEB
Black with #CA4BEB
Text Example
Text Example
White with #CA4BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4BEB; }
p { color: rgb(202,75,235); }
H1.HeaderClassName
{
color: #CA4BEB;
}
.AnyTagClassName
{
color: #CA4BEB;
}
</style>
background-color css
<style>
a { background-color: #CA4BEB; }
a { background-color: rgb(202,75,235); }
div.DivClassName
{
background-color: #CA4BEB;
}
.BgClassName
{
background-color: #CA4BEB;
}
</style>
border-color css
<style>
span { border-color: #CA4BEB; }
span { border-color: rgb(202,75,235); }
td.TdClassName
{
border-color: #CA4BEB;
}
.TagClassName
{
border-color: #CA4BEB;
}
</style>