Shades of Medium Orchid #CA38E6
Tints of Medium Orchid #CA38E6
RGB
CMYK
RGB Variations
Color information
#CA38E6 (or 0xCA38E6) is known color: Medium Orchid. HEX triplet: CA, 38 and E6. RGB value is (202,56,230). Sum of RGB (Red+Green+Blue) = 202+56+230=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 56 (22.27% from 255 or 11.48% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA38E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA38E6 is #35C719. Grayscale: #767676. Windows color (decimal): -3524378 or 15087818. OLE color: 15087818.
HSL color Cylindrical-coordinate representation of color #CA38E6: hue angle of 290.34º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA38E6 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 56 | 230 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.10 |
| HSL | 290.34º | 0.78% | 0.56% | - |
| HSV(B) | 290.34º | 0.76% | 0.9% | - |
| XYZ | 40.05 | 21.1 | 76.82 | - |
| YUV | 119.49 | 190.37 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 56 | 230 | 0.12 | 0.76 | 0 | 0.10 | 290.34 | 0.78 | 0.56 |
| Hex | CA | 38 | E6 | C | 4C | 0 | A | 122 | 4E | 38 |
| Octal | 312 | 70 | 346 | 14 | 114 | 0 | 12 | 442 | 116 | 70 |
| Binary | 11001010 | 111000 | 11100110 | 1100 | 1001100 | 0 | 1010 | 100100010 | 1001110 | 111000 |
Color Harmonies of #CA38E6
Complementary color
Monochromatic Colors of #CA38E6
Black with #CA38E6
Text Example
Text Example
White with #CA38E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA38E6; }
p { color: rgb(202,56,230); }
H1.HeaderClassName
{
color: #CA38E6;
}
.AnyTagClassName
{
color: #CA38E6;
}
</style>
background-color css
<style>
a { background-color: #CA38E6; }
a { background-color: rgb(202,56,230); }
div.DivClassName
{
background-color: #CA38E6;
}
.BgClassName
{
background-color: #CA38E6;
}
</style>
border-color css
<style>
span { border-color: #CA38E6; }
span { border-color: rgb(202,56,230); }
td.TdClassName
{
border-color: #CA38E6;
}
.TagClassName
{
border-color: #CA38E6;
}
</style>