Shades of Medium Orchid #CA42EA
Tints of Medium Orchid #CA42EA
RGB
CMYK
RGB Variations
Color information
#CA42EA (or 0xCA42EA) is known color: Medium Orchid. HEX triplet: CA, 42 and EA. RGB value is (202,66,234). Sum of RGB (Red+Green+Blue) = 202+66+234=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA42EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA42EA is #35BD15. Grayscale: #7D7D7D. Windows color (decimal): -3521814 or 15352522. OLE color: 15352522.
HSL color Cylindrical-coordinate representation of color #CA42EA: hue angle of 288.57º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA42EA is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 66 | 234 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.08 |
| HSL | 288.57º | 0.8% | 0.59% | - |
| HSV(B) | 288.57º | 0.72% | 0.92% | - |
| XYZ | 41.16 | 22.39 | 80 | - |
| YUV | 125.82 | 189.06 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 234 | 0.14 | 0.72 | 0 | 0.08 | 288.57 | 0.8 | 0.59 |
| Hex | CA | 42 | EA | E | 48 | 0 | 8 | 121 | 50 | 3B |
| Octal | 312 | 102 | 352 | 16 | 110 | 0 | 10 | 441 | 120 | 73 |
| Binary | 11001010 | 1000010 | 11101010 | 1110 | 1001000 | 0 | 1000 | 100100001 | 1010000 | 111011 |
Color Harmonies of #CA42EA
Complementary color
Monochromatic Colors of #CA42EA
Black with #CA42EA
Text Example
Text Example
White with #CA42EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA42EA; }
p { color: rgb(202,66,234); }
H1.HeaderClassName
{
color: #CA42EA;
}
.AnyTagClassName
{
color: #CA42EA;
}
</style>
background-color css
<style>
a { background-color: #CA42EA; }
a { background-color: rgb(202,66,234); }
div.DivClassName
{
background-color: #CA42EA;
}
.BgClassName
{
background-color: #CA42EA;
}
</style>
border-color css
<style>
span { border-color: #CA42EA; }
span { border-color: rgb(202,66,234); }
td.TdClassName
{
border-color: #CA42EA;
}
.TagClassName
{
border-color: #CA42EA;
}
</style>