Shades of Medium Orchid #CA38EE
Tints of Medium Orchid #CA38EE
RGB
CMYK
RGB Variations
Color information
#CA38EE (or 0xCA38EE) is known color: Medium Orchid. HEX triplet: CA, 38 and EE. RGB value is (202,56,238). Sum of RGB (Red+Green+Blue) = 202+56+238=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 56 (22.27% from 255 or 11.29% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA38EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA38EE is #35C711. Grayscale: #777777. Windows color (decimal): -3524370 or 15612106. OLE color: 15612106.
HSL color Cylindrical-coordinate representation of color #CA38EE: hue angle of 288.13º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA38EE is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 56 | 238 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.07 |
| HSL | 288.13º | 0.84% | 0.58% | - |
| HSV(B) | 288.13º | 0.76% | 0.93% | - |
| XYZ | 41.2 | 21.56 | 82.88 | - |
| YUV | 120.4 | 194.37 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 56 | 238 | 0.15 | 0.76 | 0 | 0.07 | 288.13 | 0.84 | 0.58 |
| Hex | CA | 38 | EE | F | 4C | 0 | 7 | 120 | 54 | 3A |
| Octal | 312 | 70 | 356 | 17 | 114 | 0 | 7 | 440 | 124 | 72 |
| Binary | 11001010 | 111000 | 11101110 | 1111 | 1001100 | 0 | 111 | 100100000 | 1010100 | 111010 |
Color Harmonies of #CA38EE
Complementary color
Monochromatic Colors of #CA38EE
Black with #CA38EE
Text Example
Text Example
White with #CA38EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA38EE; }
p { color: rgb(202,56,238); }
H1.HeaderClassName
{
color: #CA38EE;
}
.AnyTagClassName
{
color: #CA38EE;
}
</style>
background-color css
<style>
a { background-color: #CA38EE; }
a { background-color: rgb(202,56,238); }
div.DivClassName
{
background-color: #CA38EE;
}
.BgClassName
{
background-color: #CA38EE;
}
</style>
border-color css
<style>
span { border-color: #CA38EE; }
span { border-color: rgb(202,56,238); }
td.TdClassName
{
border-color: #CA38EE;
}
.TagClassName
{
border-color: #CA38EE;
}
</style>