Shades of Medium Orchid #CA42F1
Tints of Medium Orchid #CA42F1
RGB
CMYK
RGB Variations
Color information
#CA42F1 (or 0xCA42F1) is known color: Medium Orchid. HEX triplet: CA, 42 and F1. RGB value is (202,66,241). Sum of RGB (Red+Green+Blue) = 202+66+241=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 66 (26.17% from 255 or 12.97% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA42F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA42F1 is #35BD0E. Grayscale: #7E7E7E. Windows color (decimal): -3521807 or 15811274. OLE color: 15811274.
HSL color Cylindrical-coordinate representation of color #CA42F1: hue angle of 286.63º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA42F1 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 66 | 241 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.05 |
| HSL | 286.63º | 0.86% | 0.6% | - |
| HSV(B) | 286.63º | 0.73% | 0.95% | - |
| XYZ | 42.18 | 22.8 | 85.4 | - |
| YUV | 126.61 | 192.56 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 241 | 0.16 | 0.73 | 0 | 0.05 | 286.63 | 0.86 | 0.6 |
| Hex | CA | 42 | F1 | 10 | 49 | 0 | 5 | 11F | 56 | 3C |
| Octal | 312 | 102 | 361 | 20 | 111 | 0 | 5 | 437 | 126 | 74 |
| Binary | 11001010 | 1000010 | 11110001 | 10000 | 1001001 | 0 | 101 | 100011111 | 1010110 | 111100 |
Color Harmonies of #CA42F1
Complementary color
Monochromatic Colors of #CA42F1
Black with #CA42F1
Text Example
Text Example
White with #CA42F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA42F1; }
p { color: rgb(202,66,241); }
H1.HeaderClassName
{
color: #CA42F1;
}
.AnyTagClassName
{
color: #CA42F1;
}
</style>
background-color css
<style>
a { background-color: #CA42F1; }
a { background-color: rgb(202,66,241); }
div.DivClassName
{
background-color: #CA42F1;
}
.BgClassName
{
background-color: #CA42F1;
}
</style>
border-color css
<style>
span { border-color: #CA42F1; }
span { border-color: rgb(202,66,241); }
td.TdClassName
{
border-color: #CA42F1;
}
.TagClassName
{
border-color: #CA42F1;
}
</style>