Shades of Medium Orchid #CA38EA
Tints of Medium Orchid #CA38EA
RGB
CMYK
RGB Variations
Color information
#CA38EA (or 0xCA38EA) is known color: Medium Orchid. HEX triplet: CA, 38 and EA. RGB value is (202,56,234). Sum of RGB (Red+Green+Blue) = 202+56+234=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 56 (22.27% from 255 or 11.38% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA38EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA38EA is #35C715. Grayscale: #777777. Windows color (decimal): -3524374 or 15349962. OLE color: 15349962.
HSL color Cylindrical-coordinate representation of color #CA38EA: hue angle of 289.21º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA38EA is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 56 | 234 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.08 |
| HSL | 289.21º | 0.81% | 0.57% | - |
| HSV(B) | 289.21º | 0.76% | 0.92% | - |
| XYZ | 40.62 | 21.33 | 79.82 | - |
| YUV | 119.95 | 192.37 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 56 | 234 | 0.14 | 0.76 | 0 | 0.08 | 289.21 | 0.81 | 0.57 |
| Hex | CA | 38 | EA | E | 4C | 0 | 8 | 121 | 51 | 39 |
| Octal | 312 | 70 | 352 | 16 | 114 | 0 | 10 | 441 | 121 | 71 |
| Binary | 11001010 | 111000 | 11101010 | 1110 | 1001100 | 0 | 1000 | 100100001 | 1010001 | 111001 |
Color Harmonies of #CA38EA
Complementary color
Monochromatic Colors of #CA38EA
Black with #CA38EA
Text Example
Text Example
White with #CA38EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA38EA; }
p { color: rgb(202,56,234); }
H1.HeaderClassName
{
color: #CA38EA;
}
.AnyTagClassName
{
color: #CA38EA;
}
</style>
background-color css
<style>
a { background-color: #CA38EA; }
a { background-color: rgb(202,56,234); }
div.DivClassName
{
background-color: #CA38EA;
}
.BgClassName
{
background-color: #CA38EA;
}
</style>
border-color css
<style>
span { border-color: #CA38EA; }
span { border-color: rgb(202,56,234); }
td.TdClassName
{
border-color: #CA38EA;
}
.TagClassName
{
border-color: #CA38EA;
}
</style>