Shades of Medium Orchid #CA34EE
Tints of Medium Orchid #CA34EE
RGB
CMYK
RGB Variations
Color information
#CA34EE (or 0xCA34EE) is known color: Medium Orchid. HEX triplet: CA, 34 and EE. RGB value is (202,52,238). Sum of RGB (Red+Green+Blue) = 202+52+238=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 52 (20.70% from 255 or 10.57% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA34EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA34EE is #35CB11. Grayscale: #757575. Windows color (decimal): -3525394 or 15611082. OLE color: 15611082.
HSL color Cylindrical-coordinate representation of color #CA34EE: hue angle of 288.39º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA34EE is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 52 | 238 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.07 |
| HSL | 288.39º | 0.85% | 0.57% | - |
| HSV(B) | 288.39º | 0.78% | 0.93% | - |
| XYZ | 41.02 | 21.19 | 82.82 | - |
| YUV | 118.05 | 195.7 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 238 | 0.15 | 0.78 | 0 | 0.07 | 288.39 | 0.85 | 0.57 |
| Hex | CA | 34 | EE | F | 4E | 0 | 7 | 120 | 55 | 39 |
| Octal | 312 | 64 | 356 | 17 | 116 | 0 | 7 | 440 | 125 | 71 |
| Binary | 11001010 | 110100 | 11101110 | 1111 | 1001110 | 0 | 111 | 100100000 | 1010101 | 111001 |
Color Harmonies of #CA34EE
Complementary color
Monochromatic Colors of #CA34EE
Black with #CA34EE
Text Example
Text Example
White with #CA34EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA34EE; }
p { color: rgb(202,52,238); }
H1.HeaderClassName
{
color: #CA34EE;
}
.AnyTagClassName
{
color: #CA34EE;
}
</style>
background-color css
<style>
a { background-color: #CA34EE; }
a { background-color: rgb(202,52,238); }
div.DivClassName
{
background-color: #CA34EE;
}
.BgClassName
{
background-color: #CA34EE;
}
</style>
border-color css
<style>
span { border-color: #CA34EE; }
span { border-color: rgb(202,52,238); }
td.TdClassName
{
border-color: #CA34EE;
}
.TagClassName
{
border-color: #CA34EE;
}
</style>