Shades of Medium Orchid #CA33ED
Tints of Medium Orchid #CA33ED
RGB
CMYK
RGB Variations
Color information
#CA33ED (or 0xCA33ED) is known color: Medium Orchid. HEX triplet: CA, 33 and ED. RGB value is (202,51,237). Sum of RGB (Red+Green+Blue) = 202+51+237=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 51 (20.31% from 255 or 10.41% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA33ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA33ED is #35CC12. Grayscale: #747474. Windows color (decimal): -3525651 or 15545290. OLE color: 15545290.
HSL color Cylindrical-coordinate representation of color #CA33ED: hue angle of 288.71º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA33ED is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 51 | 237 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.07 |
| HSL | 288.71º | 0.84% | 0.56% | - |
| HSV(B) | 288.71º | 0.78% | 0.93% | - |
| XYZ | 40.83 | 21.04 | 82.03 | - |
| YUV | 117.35 | 195.53 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 237 | 0.15 | 0.78 | 0 | 0.07 | 288.71 | 0.84 | 0.56 |
| Hex | CA | 33 | ED | F | 4E | 0 | 7 | 121 | 54 | 38 |
| Octal | 312 | 63 | 355 | 17 | 116 | 0 | 7 | 441 | 124 | 70 |
| Binary | 11001010 | 110011 | 11101101 | 1111 | 1001110 | 0 | 111 | 100100001 | 1010100 | 111000 |
Color Harmonies of #CA33ED
Complementary color
Monochromatic Colors of #CA33ED
Black with #CA33ED
Text Example
Text Example
White with #CA33ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA33ED; }
p { color: rgb(202,51,237); }
H1.HeaderClassName
{
color: #CA33ED;
}
.AnyTagClassName
{
color: #CA33ED;
}
</style>
background-color css
<style>
a { background-color: #CA33ED; }
a { background-color: rgb(202,51,237); }
div.DivClassName
{
background-color: #CA33ED;
}
.BgClassName
{
background-color: #CA33ED;
}
</style>
border-color css
<style>
span { border-color: #CA33ED; }
span { border-color: rgb(202,51,237); }
td.TdClassName
{
border-color: #CA33ED;
}
.TagClassName
{
border-color: #CA33ED;
}
</style>