Shades of Medium Orchid #CA37FE
Tints of Medium Orchid #CA37FE
RGB
CMYK
RGB Variations
Color information
#CA37FE (or 0xCA37FE) is known color: Medium Orchid. HEX triplet: CA, 37 and FE. RGB value is (202,55,254). Sum of RGB (Red+Green+Blue) = 202+55+254=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 55 (21.88% from 255 or 10.76% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA37FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA37FE is #35C801. Grayscale: #787878. Windows color (decimal): -3524610 or 16660426. OLE color: 16660426.
HSL color Cylindrical-coordinate representation of color #CA37FE: hue angle of 284.32º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA37FE is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 55 | 254 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.00 |
| HSL | 284.32º | 0.99% | 0.61% | - |
| HSV(B) | 284.32º | 0.78% | 1% | - |
| XYZ | 43.61 | 22.44 | 95.8 | - |
| YUV | 121.64 | 202.7 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 254 | 0.20 | 0.78 | 0 | 0.00 | 284.32 | 0.99 | 0.61 |
| Hex | CA | 37 | FE | 14 | 4E | 0 | 0 | 11C | 63 | 3D |
| Octal | 312 | 67 | 376 | 24 | 116 | 0 | 0 | 434 | 143 | 75 |
| Binary | 11001010 | 110111 | 11111110 | 10100 | 1001110 | 0 | 0 | 100011100 | 1100011 | 111101 |
Color Harmonies of #CA37FE
Complementary color
Monochromatic Colors of #CA37FE
Black with #CA37FE
Text Example
Text Example
White with #CA37FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA37FE; }
p { color: rgb(202,55,254); }
H1.HeaderClassName
{
color: #CA37FE;
}
.AnyTagClassName
{
color: #CA37FE;
}
</style>
background-color css
<style>
a { background-color: #CA37FE; }
a { background-color: rgb(202,55,254); }
div.DivClassName
{
background-color: #CA37FE;
}
.BgClassName
{
background-color: #CA37FE;
}
</style>
border-color css
<style>
span { border-color: #CA37FE; }
span { border-color: rgb(202,55,254); }
td.TdClassName
{
border-color: #CA37FE;
}
.TagClassName
{
border-color: #CA37FE;
}
</style>