Shades of Medium Orchid #CA2DEB
Tints of Medium Orchid #CA2DEB
RGB
CMYK
RGB Variations
Color information
#CA2DEB (or 0xCA2DEB) is known color: Medium Orchid. HEX triplet: CA, 2D and EB. RGB value is (202,45,235). Sum of RGB (Red+Green+Blue) = 202+45+235=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 45 (17.97% from 255 or 9.34% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA2DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA2DEB is #35D214. Grayscale: #717171. Windows color (decimal): -3527189 or 15412682. OLE color: 15412682.
HSL color Cylindrical-coordinate representation of color #CA2DEB: hue angle of 289.58º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA2DEB is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 45 | 235 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.08 |
| HSL | 289.58º | 0.83% | 0.55% | - |
| HSV(B) | 289.58º | 0.81% | 0.92% | - |
| XYZ | 40.29 | 20.43 | 80.42 | - |
| YUV | 113.6 | 196.51 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 235 | 0.14 | 0.81 | 0 | 0.08 | 289.58 | 0.83 | 0.55 |
| Hex | CA | 2D | EB | E | 51 | 0 | 8 | 122 | 53 | 37 |
| Octal | 312 | 55 | 353 | 16 | 121 | 0 | 10 | 442 | 123 | 67 |
| Binary | 11001010 | 101101 | 11101011 | 1110 | 1010001 | 0 | 1000 | 100100010 | 1010011 | 110111 |
Color Harmonies of #CA2DEB
Complementary color
Monochromatic Colors of #CA2DEB
Black with #CA2DEB
Text Example
Text Example
White with #CA2DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2DEB; }
p { color: rgb(202,45,235); }
H1.HeaderClassName
{
color: #CA2DEB;
}
.AnyTagClassName
{
color: #CA2DEB;
}
</style>
background-color css
<style>
a { background-color: #CA2DEB; }
a { background-color: rgb(202,45,235); }
div.DivClassName
{
background-color: #CA2DEB;
}
.BgClassName
{
background-color: #CA2DEB;
}
</style>
border-color css
<style>
span { border-color: #CA2DEB; }
span { border-color: rgb(202,45,235); }
td.TdClassName
{
border-color: #CA2DEB;
}
.TagClassName
{
border-color: #CA2DEB;
}
</style>