Shades of Medium Orchid #CA34ED
Tints of Medium Orchid #CA34ED
RGB
CMYK
RGB Variations
Color information
#CA34ED (or 0xCA34ED) is known color: Medium Orchid. HEX triplet: CA, 34 and ED. RGB value is (202,52,237). Sum of RGB (Red+Green+Blue) = 202+52+237=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 52 (20.70% from 255 or 10.59% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA34ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA34ED is #35CB12. Grayscale: #757575. Windows color (decimal): -3525395 or 15545546. OLE color: 15545546.
HSL color Cylindrical-coordinate representation of color #CA34ED: hue angle of 288.65º degrees, saturation: 0.84, 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 #CA34ED is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 52 | 237 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.07 |
| HSL | 288.65º | 0.84% | 0.57% | - |
| HSV(B) | 288.65º | 0.78% | 0.93% | - |
| XYZ | 40.87 | 21.13 | 82.04 | - |
| YUV | 117.94 | 195.2 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 237 | 0.15 | 0.78 | 0 | 0.07 | 288.65 | 0.84 | 0.57 |
| Hex | CA | 34 | ED | F | 4E | 0 | 7 | 121 | 54 | 39 |
| Octal | 312 | 64 | 355 | 17 | 116 | 0 | 7 | 441 | 124 | 71 |
| Binary | 11001010 | 110100 | 11101101 | 1111 | 1001110 | 0 | 111 | 100100001 | 1010100 | 111001 |
Color Harmonies of #CA34ED
Complementary color
Monochromatic Colors of #CA34ED
Black with #CA34ED
Text Example
Text Example
White with #CA34ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA34ED; }
p { color: rgb(202,52,237); }
H1.HeaderClassName
{
color: #CA34ED;
}
.AnyTagClassName
{
color: #CA34ED;
}
</style>
background-color css
<style>
a { background-color: #CA34ED; }
a { background-color: rgb(202,52,237); }
div.DivClassName
{
background-color: #CA34ED;
}
.BgClassName
{
background-color: #CA34ED;
}
</style>
border-color css
<style>
span { border-color: #CA34ED; }
span { border-color: rgb(202,52,237); }
td.TdClassName
{
border-color: #CA34ED;
}
.TagClassName
{
border-color: #CA34ED;
}
</style>