Shades of Medium Orchid #CA40FA
Tints of Medium Orchid #CA40FA
RGB
CMYK
RGB Variations
Color information
#CA40FA (or 0xCA40FA) is known color: Medium Orchid. HEX triplet: CA, 40 and FA. RGB value is (202,64,250). Sum of RGB (Red+Green+Blue) = 202+64+250=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 64 (25.39% from 255 or 12.40% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA40FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA40FA is #35BF05. Grayscale: #7D7D7D. Windows color (decimal): -3522310 or 16400586. OLE color: 16400586.
HSL color Cylindrical-coordinate representation of color #CA40FA: hue angle of 284.52º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA40FA is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 64 | 250 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.02 |
| HSL | 284.52º | 0.95% | 0.62% | - |
| HSV(B) | 284.52º | 0.74% | 0.98% | - |
| XYZ | 43.45 | 23.13 | 92.62 | - |
| YUV | 126.47 | 197.72 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 64 | 250 | 0.19 | 0.74 | 0 | 0.02 | 284.52 | 0.95 | 0.62 |
| Hex | CA | 40 | FA | 13 | 4A | 0 | 2 | 11D | 5F | 3E |
| Octal | 312 | 100 | 372 | 23 | 112 | 0 | 2 | 435 | 137 | 76 |
| Binary | 11001010 | 1000000 | 11111010 | 10011 | 1001010 | 0 | 10 | 100011101 | 1011111 | 111110 |
Color Harmonies of #CA40FA
Complementary color
Monochromatic Colors of #CA40FA
Black with #CA40FA
Text Example
Text Example
White with #CA40FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA40FA; }
p { color: rgb(202,64,250); }
H1.HeaderClassName
{
color: #CA40FA;
}
.AnyTagClassName
{
color: #CA40FA;
}
</style>
background-color css
<style>
a { background-color: #CA40FA; }
a { background-color: rgb(202,64,250); }
div.DivClassName
{
background-color: #CA40FA;
}
.BgClassName
{
background-color: #CA40FA;
}
</style>
border-color css
<style>
span { border-color: #CA40FA; }
span { border-color: rgb(202,64,250); }
td.TdClassName
{
border-color: #CA40FA;
}
.TagClassName
{
border-color: #CA40FA;
}
</style>