Shades of Medium Orchid #CA42F9
Tints of Medium Orchid #CA42F9
RGB
CMYK
RGB Variations
Color information
#CA42F9 (or 0xCA42F9) is known color: Medium Orchid. HEX triplet: CA, 42 and F9. RGB value is (202,66,249). Sum of RGB (Red+Green+Blue) = 202+66+249=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 66 (26.17% from 255 or 12.77% from 517); Blue value is 249 (97.66% from 255 or 48.16% from 517); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA42F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA42F9 is #35BD06. Grayscale: #7E7E7E. Windows color (decimal): -3521799 or 16335562. OLE color: 16335562.
HSL color Cylindrical-coordinate representation of color #CA42F9: hue angle of 284.59º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA42F9 is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 66 | 249 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.02 |
| HSL | 284.59º | 0.94% | 0.62% | - |
| HSV(B) | 284.59º | 0.73% | 0.98% | - |
| XYZ | 43.4 | 23.29 | 91.83 | - |
| YUV | 127.53 | 196.56 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 249 | 0.19 | 0.73 | 0 | 0.02 | 284.59 | 0.94 | 0.62 |
| Hex | CA | 42 | F9 | 13 | 49 | 0 | 2 | 11D | 5E | 3E |
| Octal | 312 | 102 | 371 | 23 | 111 | 0 | 2 | 435 | 136 | 76 |
| Binary | 11001010 | 1000010 | 11111001 | 10011 | 1001001 | 0 | 10 | 100011101 | 1011110 | 111110 |
Color Harmonies of #CA42F9
Complementary color
Monochromatic Colors of #CA42F9
Black with #CA42F9
Text Example
Text Example
White with #CA42F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA42F9; }
p { color: rgb(202,66,249); }
H1.HeaderClassName
{
color: #CA42F9;
}
.AnyTagClassName
{
color: #CA42F9;
}
</style>
background-color css
<style>
a { background-color: #CA42F9; }
a { background-color: rgb(202,66,249); }
div.DivClassName
{
background-color: #CA42F9;
}
.BgClassName
{
background-color: #CA42F9;
}
</style>
border-color css
<style>
span { border-color: #CA42F9; }
span { border-color: rgb(202,66,249); }
td.TdClassName
{
border-color: #CA42F9;
}
.TagClassName
{
border-color: #CA42F9;
}
</style>