Shades of Medium Orchid #CA50ED
Tints of Medium Orchid #CA50ED
RGB
CMYK
RGB Variations
Color information
#CA50ED (or 0xCA50ED) is known color: Medium Orchid. HEX triplet: CA, 50 and ED. RGB value is (202,80,237). Sum of RGB (Red+Green+Blue) = 202+80+237=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 237 (92.97% from 255 or 45.66% from 519); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA50ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA50ED is #35AF12. Grayscale: #858585. Windows color (decimal): -3518227 or 15552714. OLE color: 15552714.
HSL color Cylindrical-coordinate representation of color #CA50ED: hue angle of 286.62º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA50ED is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 80 | 237 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.07 |
| HSL | 286.62º | 0.81% | 0.62% | - |
| HSV(B) | 286.62º | 0.66% | 0.93% | - |
| XYZ | 42.51 | 24.41 | 82.59 | - |
| YUV | 134.38 | 185.92 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 237 | 0.15 | 0.66 | 0 | 0.07 | 286.62 | 0.81 | 0.62 |
| Hex | CA | 50 | ED | F | 42 | 0 | 7 | 11F | 51 | 3E |
| Octal | 312 | 120 | 355 | 17 | 102 | 0 | 7 | 437 | 121 | 76 |
| Binary | 11001010 | 1010000 | 11101101 | 1111 | 1000010 | 0 | 111 | 100011111 | 1010001 | 111110 |
Color Harmonies of #CA50ED
Complementary color
Monochromatic Colors of #CA50ED
Black with #CA50ED
Text Example
Text Example
White with #CA50ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA50ED; }
p { color: rgb(202,80,237); }
H1.HeaderClassName
{
color: #CA50ED;
}
.AnyTagClassName
{
color: #CA50ED;
}
</style>
background-color css
<style>
a { background-color: #CA50ED; }
a { background-color: rgb(202,80,237); }
div.DivClassName
{
background-color: #CA50ED;
}
.BgClassName
{
background-color: #CA50ED;
}
</style>
border-color css
<style>
span { border-color: #CA50ED; }
span { border-color: rgb(202,80,237); }
td.TdClassName
{
border-color: #CA50ED;
}
.TagClassName
{
border-color: #CA50ED;
}
</style>