Shades of Medium Orchid #CA34EA
Tints of Medium Orchid #CA34EA
RGB
CMYK
RGB Variations
Color information
#CA34EA (or 0xCA34EA) is known color: Medium Orchid. HEX triplet: CA, 34 and EA. RGB value is (202,52,234). Sum of RGB (Red+Green+Blue) = 202+52+234=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 52 (20.70% from 255 or 10.66% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA34EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA34EA is #35CB15. Grayscale: #757575. Windows color (decimal): -3525398 or 15348938. OLE color: 15348938.
HSL color Cylindrical-coordinate representation of color #CA34EA: hue angle of 289.45º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA34EA is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 52 | 234 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.08 |
| HSL | 289.45º | 0.81% | 0.56% | - |
| HSV(B) | 289.45º | 0.78% | 0.92% | - |
| XYZ | 40.44 | 20.95 | 79.76 | - |
| YUV | 117.6 | 193.7 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 234 | 0.14 | 0.78 | 0 | 0.08 | 289.45 | 0.81 | 0.56 |
| Hex | CA | 34 | EA | E | 4E | 0 | 8 | 121 | 51 | 38 |
| Octal | 312 | 64 | 352 | 16 | 116 | 0 | 10 | 441 | 121 | 70 |
| Binary | 11001010 | 110100 | 11101010 | 1110 | 1001110 | 0 | 1000 | 100100001 | 1010001 | 111000 |
Color Harmonies of #CA34EA
Complementary color
Monochromatic Colors of #CA34EA
Black with #CA34EA
Text Example
Text Example
White with #CA34EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA34EA; }
p { color: rgb(202,52,234); }
H1.HeaderClassName
{
color: #CA34EA;
}
.AnyTagClassName
{
color: #CA34EA;
}
</style>
background-color css
<style>
a { background-color: #CA34EA; }
a { background-color: rgb(202,52,234); }
div.DivClassName
{
background-color: #CA34EA;
}
.BgClassName
{
background-color: #CA34EA;
}
</style>
border-color css
<style>
span { border-color: #CA34EA; }
span { border-color: rgb(202,52,234); }
td.TdClassName
{
border-color: #CA34EA;
}
.TagClassName
{
border-color: #CA34EA;
}
</style>