Shades of Medium Orchid #CA41FE
Tints of Medium Orchid #CA41FE
RGB
CMYK
RGB Variations
Color information
#CA41FE (or 0xCA41FE) is known color: Medium Orchid. HEX triplet: CA, 41 and FE. RGB value is (202,65,254). Sum of RGB (Red+Green+Blue) = 202+65+254=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 65 (25.78% from 255 or 12.48% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA41FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA41FE is #35BE01. Grayscale: #7E7E7E. Windows color (decimal): -3522050 or 16662986. OLE color: 16662986.
HSL color Cylindrical-coordinate representation of color #CA41FE: hue angle of 283.49º 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 #CA41FE is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 65 | 254 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.00 |
| HSL | 283.49º | 0.99% | 0.63% | - |
| HSV(B) | 283.49º | 0.74% | 1% | - |
| XYZ | 44.14 | 23.49 | 95.97 | - |
| YUV | 127.51 | 199.39 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 254 | 0.20 | 0.74 | 0 | 0.00 | 283.49 | 0.99 | 0.63 |
| Hex | CA | 41 | FE | 14 | 4A | 0 | 0 | 11B | 63 | 3F |
| Octal | 312 | 101 | 376 | 24 | 112 | 0 | 0 | 433 | 143 | 77 |
| Binary | 11001010 | 1000001 | 11111110 | 10100 | 1001010 | 0 | 0 | 100011011 | 1100011 | 111111 |
Color Harmonies of #CA41FE
Complementary color
Monochromatic Colors of #CA41FE
Black with #CA41FE
Text Example
Text Example
White with #CA41FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA41FE; }
p { color: rgb(202,65,254); }
H1.HeaderClassName
{
color: #CA41FE;
}
.AnyTagClassName
{
color: #CA41FE;
}
</style>
background-color css
<style>
a { background-color: #CA41FE; }
a { background-color: rgb(202,65,254); }
div.DivClassName
{
background-color: #CA41FE;
}
.BgClassName
{
background-color: #CA41FE;
}
</style>
border-color css
<style>
span { border-color: #CA41FE; }
span { border-color: rgb(202,65,254); }
td.TdClassName
{
border-color: #CA41FE;
}
.TagClassName
{
border-color: #CA41FE;
}
</style>