Shades of Medium Orchid #CA42EE
Tints of Medium Orchid #CA42EE
RGB
CMYK
RGB Variations
Color information
#CA42EE (or 0xCA42EE) is known color: Medium Orchid. HEX triplet: CA, 42 and EE. RGB value is (202,66,238). Sum of RGB (Red+Green+Blue) = 202+66+238=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 66 (26.17% from 255 or 13.04% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA42EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA42EE is #35BD11. Grayscale: #7D7D7D. Windows color (decimal): -3521810 or 15614666. OLE color: 15614666.
HSL color Cylindrical-coordinate representation of color #CA42EE: hue angle of 287.44º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA42EE is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 66 | 238 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.07 |
| HSL | 287.44º | 0.83% | 0.6% | - |
| HSV(B) | 287.44º | 0.72% | 0.93% | - |
| XYZ | 41.74 | 22.63 | 83.06 | - |
| YUV | 126.27 | 191.06 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 238 | 0.15 | 0.72 | 0 | 0.07 | 287.44 | 0.83 | 0.6 |
| Hex | CA | 42 | EE | F | 48 | 0 | 7 | 11F | 53 | 3C |
| Octal | 312 | 102 | 356 | 17 | 110 | 0 | 7 | 437 | 123 | 74 |
| Binary | 11001010 | 1000010 | 11101110 | 1111 | 1001000 | 0 | 111 | 100011111 | 1010011 | 111100 |
Color Harmonies of #CA42EE
Complementary color
Monochromatic Colors of #CA42EE
Black with #CA42EE
Text Example
Text Example
White with #CA42EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA42EE; }
p { color: rgb(202,66,238); }
H1.HeaderClassName
{
color: #CA42EE;
}
.AnyTagClassName
{
color: #CA42EE;
}
</style>
background-color css
<style>
a { background-color: #CA42EE; }
a { background-color: rgb(202,66,238); }
div.DivClassName
{
background-color: #CA42EE;
}
.BgClassName
{
background-color: #CA42EE;
}
</style>
border-color css
<style>
span { border-color: #CA42EE; }
span { border-color: rgb(202,66,238); }
td.TdClassName
{
border-color: #CA42EE;
}
.TagClassName
{
border-color: #CA42EE;
}
</style>