Shades of Medium Orchid #CA40FE
Tints of Medium Orchid #CA40FE
RGB
CMYK
RGB Variations
Color information
#CA40FE (or 0xCA40FE) is known color: Medium Orchid. HEX triplet: CA, 40 and FE. RGB value is (202,64,254). Sum of RGB (Red+Green+Blue) = 202+64+254=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 64 (25.39% from 255 or 12.31% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA40FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA40FE is #35BF01. Grayscale: #7E7E7E. Windows color (decimal): -3522306 or 16662730. OLE color: 16662730.
HSL color Cylindrical-coordinate representation of color #CA40FE: hue angle of 283.58º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA40FE is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 64 | 254 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.00 |
| HSL | 283.58º | 0.99% | 0.62% | - |
| HSV(B) | 283.58º | 0.75% | 1% | - |
| XYZ | 44.08 | 23.38 | 95.96 | - |
| YUV | 126.92 | 199.72 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 254 | 0.20 | 0.75 | 0 | 0.00 | 283.58 | 0.99 | 0.62 |
| Hex | CA | 40 | FE | 14 | 4B | 0 | 0 | 11C | 63 | 3E |
| Octal | 312 | 100 | 376 | 24 | 113 | 0 | 0 | 434 | 143 | 76 |
| Binary | 11001010 | 1000000 | 11111110 | 10100 | 1001011 | 0 | 0 | 100011100 | 1100011 | 111110 |
Color Harmonies of #CA40FE
Complementary color
Monochromatic Colors of #CA40FE
Black with #CA40FE
Text Example
Text Example
White with #CA40FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA40FE; }
p { color: rgb(202,64,254); }
H1.HeaderClassName
{
color: #CA40FE;
}
.AnyTagClassName
{
color: #CA40FE;
}
</style>
background-color css
<style>
a { background-color: #CA40FE; }
a { background-color: rgb(202,64,254); }
div.DivClassName
{
background-color: #CA40FE;
}
.BgClassName
{
background-color: #CA40FE;
}
</style>
border-color css
<style>
span { border-color: #CA40FE; }
span { border-color: rgb(202,64,254); }
td.TdClassName
{
border-color: #CA40FE;
}
.TagClassName
{
border-color: #CA40FE;
}
</style>