Shades of Medium Orchid #CA42FE
Tints of Medium Orchid #CA42FE
RGB
CMYK
RGB Variations
Color information
#CA42FE (or 0xCA42FE) is known color: Medium Orchid. HEX triplet: CA, 42 and FE. RGB value is (202,66,254). Sum of RGB (Red+Green+Blue) = 202+66+254=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 66 (26.17% from 255 or 12.64% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA42FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA42FE is #35BD01. Grayscale: #7F7F7F. Windows color (decimal): -3521794 or 16663242. OLE color: 16663242.
HSL color Cylindrical-coordinate representation of color #CA42FE: hue angle of 283.4º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA42FE is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 66 | 254 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.00 |
| HSL | 283.4º | 0.99% | 0.63% | - |
| HSV(B) | 283.4º | 0.74% | 1% | - |
| XYZ | 44.19 | 23.61 | 95.99 | - |
| YUV | 128.1 | 199.06 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 66 | 254 | 0.20 | 0.74 | 0 | 0.00 | 283.4 | 0.99 | 0.63 |
| Hex | CA | 42 | FE | 14 | 4A | 0 | 0 | 11B | 63 | 3F |
| Octal | 312 | 102 | 376 | 24 | 112 | 0 | 0 | 433 | 143 | 77 |
| Binary | 11001010 | 1000010 | 11111110 | 10100 | 1001010 | 0 | 0 | 100011011 | 1100011 | 111111 |
Color Harmonies of #CA42FE
Complementary color
Monochromatic Colors of #CA42FE
Black with #CA42FE
Text Example
Text Example
White with #CA42FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA42FE; }
p { color: rgb(202,66,254); }
H1.HeaderClassName
{
color: #CA42FE;
}
.AnyTagClassName
{
color: #CA42FE;
}
</style>
background-color css
<style>
a { background-color: #CA42FE; }
a { background-color: rgb(202,66,254); }
div.DivClassName
{
background-color: #CA42FE;
}
.BgClassName
{
background-color: #CA42FE;
}
</style>
border-color css
<style>
span { border-color: #CA42FE; }
span { border-color: rgb(202,66,254); }
td.TdClassName
{
border-color: #CA42FE;
}
.TagClassName
{
border-color: #CA42FE;
}
</style>