Shades of Medium Orchid #CA57ED
Tints of Medium Orchid #CA57ED
RGB
CMYK
RGB Variations
Color information
#CA57ED (or 0xCA57ED) is known color: Medium Orchid. HEX triplet: CA, 57 and ED. RGB value is (202,87,237). Sum of RGB (Red+Green+Blue) = 202+87+237=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 87 (34.38% from 255 or 16.54% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA57ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA57ED is #35A812. Grayscale: #8A8A8A. Windows color (decimal): -3516435 or 15554506. OLE color: 15554506.
HSL color Cylindrical-coordinate representation of color #CA57ED: hue angle of 286º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA57ED is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 87 | 237 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.07 |
| HSL | 286º | 0.81% | 0.64% | - |
| HSV(B) | 286º | 0.63% | 0.93% | - |
| XYZ | 43.05 | 25.49 | 82.77 | - |
| YUV | 138.49 | 183.6 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 87 | 237 | 0.15 | 0.63 | 0 | 0.07 | 286 | 0.81 | 0.64 |
| Hex | CA | 57 | ED | F | 3F | 0 | 7 | 11E | 51 | 40 |
| Octal | 312 | 127 | 355 | 17 | 77 | 0 | 7 | 436 | 121 | 100 |
| Binary | 11001010 | 1010111 | 11101101 | 1111 | 111111 | 0 | 111 | 100011110 | 1010001 | 1000000 |
Color Harmonies of #CA57ED
Complementary color
Monochromatic Colors of #CA57ED
Black with #CA57ED
Text Example
Text Example
White with #CA57ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA57ED; }
p { color: rgb(202,87,237); }
H1.HeaderClassName
{
color: #CA57ED;
}
.AnyTagClassName
{
color: #CA57ED;
}
</style>
background-color css
<style>
a { background-color: #CA57ED; }
a { background-color: rgb(202,87,237); }
div.DivClassName
{
background-color: #CA57ED;
}
.BgClassName
{
background-color: #CA57ED;
}
</style>
border-color css
<style>
span { border-color: #CA57ED; }
span { border-color: rgb(202,87,237); }
td.TdClassName
{
border-color: #CA57ED;
}
.TagClassName
{
border-color: #CA57ED;
}
</style>