Shades of Medium Orchid #CA33EE
Tints of Medium Orchid #CA33EE
RGB
CMYK
RGB Variations
Color information
#CA33EE (or 0xCA33EE) is known color: Medium Orchid. HEX triplet: CA, 33 and EE. RGB value is (202,51,238). Sum of RGB (Red+Green+Blue) = 202+51+238=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 51 (20.31% from 255 or 10.39% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA33EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA33EE is #35CC11. Grayscale: #747474. Windows color (decimal): -3525650 or 15610826. OLE color: 15610826.
HSL color Cylindrical-coordinate representation of color #CA33EE: hue angle of 288.45º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA33EE is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 51 | 238 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.07 |
| HSL | 288.45º | 0.85% | 0.57% | - |
| HSV(B) | 288.45º | 0.79% | 0.93% | - |
| XYZ | 40.97 | 21.1 | 82.8 | - |
| YUV | 117.47 | 196.03 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 238 | 0.15 | 0.79 | 0 | 0.07 | 288.45 | 0.85 | 0.57 |
| Hex | CA | 33 | EE | F | 4F | 0 | 7 | 120 | 55 | 39 |
| Octal | 312 | 63 | 356 | 17 | 117 | 0 | 7 | 440 | 125 | 71 |
| Binary | 11001010 | 110011 | 11101110 | 1111 | 1001111 | 0 | 111 | 100100000 | 1010101 | 111001 |
Color Harmonies of #CA33EE
Complementary color
Monochromatic Colors of #CA33EE
Black with #CA33EE
Text Example
Text Example
White with #CA33EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA33EE; }
p { color: rgb(202,51,238); }
H1.HeaderClassName
{
color: #CA33EE;
}
.AnyTagClassName
{
color: #CA33EE;
}
</style>
background-color css
<style>
a { background-color: #CA33EE; }
a { background-color: rgb(202,51,238); }
div.DivClassName
{
background-color: #CA33EE;
}
.BgClassName
{
background-color: #CA33EE;
}
</style>
border-color css
<style>
span { border-color: #CA33EE; }
span { border-color: rgb(202,51,238); }
td.TdClassName
{
border-color: #CA33EE;
}
.TagClassName
{
border-color: #CA33EE;
}
</style>