Shades of Medium Orchid #CA38E9
Tints of Medium Orchid #CA38E9
RGB
CMYK
RGB Variations
Color information
#CA38E9 (or 0xCA38E9) is known color: Medium Orchid. HEX triplet: CA, 38 and E9. RGB value is (202,56,233). Sum of RGB (Red+Green+Blue) = 202+56+233=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 56 (22.27% from 255 or 11.41% from 491); Blue value is 233 (91.41% from 255 or 47.45% from 491); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA38E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA38E9 is #35C716. Grayscale: #777777. Windows color (decimal): -3524375 or 15284426. OLE color: 15284426.
HSL color Cylindrical-coordinate representation of color #CA38E9: hue angle of 289.49º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA38E9 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 56 | 233 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.09 |
| HSL | 289.49º | 0.8% | 0.57% | - |
| HSV(B) | 289.49º | 0.76% | 0.91% | - |
| XYZ | 40.48 | 21.27 | 79.06 | - |
| YUV | 119.83 | 191.87 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 56 | 233 | 0.13 | 0.76 | 0 | 0.09 | 289.49 | 0.8 | 0.57 |
| Hex | CA | 38 | E9 | D | 4C | 0 | 9 | 121 | 50 | 39 |
| Octal | 312 | 70 | 351 | 15 | 114 | 0 | 11 | 441 | 120 | 71 |
| Binary | 11001010 | 111000 | 11101001 | 1101 | 1001100 | 0 | 1001 | 100100001 | 1010000 | 111001 |
Color Harmonies of #CA38E9
Complementary color
Monochromatic Colors of #CA38E9
Black with #CA38E9
Text Example
Text Example
White with #CA38E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA38E9; }
p { color: rgb(202,56,233); }
H1.HeaderClassName
{
color: #CA38E9;
}
.AnyTagClassName
{
color: #CA38E9;
}
</style>
background-color css
<style>
a { background-color: #CA38E9; }
a { background-color: rgb(202,56,233); }
div.DivClassName
{
background-color: #CA38E9;
}
.BgClassName
{
background-color: #CA38E9;
}
</style>
border-color css
<style>
span { border-color: #CA38E9; }
span { border-color: rgb(202,56,233); }
td.TdClassName
{
border-color: #CA38E9;
}
.TagClassName
{
border-color: #CA38E9;
}
</style>