Shades of Medium Orchid #CA45FE
Tints of Medium Orchid #CA45FE
RGB
CMYK
RGB Variations
Color information
#CA45FE (or 0xCA45FE) is known color: Medium Orchid. HEX triplet: CA, 45 and FE. RGB value is (202,69,254). Sum of RGB (Red+Green+Blue) = 202+69+254=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 69 (27.34% from 255 or 13.14% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA45FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA45FE is #35BA01. Grayscale: #818181. Windows color (decimal): -3521026 or 16664010. OLE color: 16664010.
HSL color Cylindrical-coordinate representation of color #CA45FE: hue angle of 283.14º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA45FE is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 69 | 254 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.00 |
| HSL | 283.14º | 0.99% | 0.63% | - |
| HSV(B) | 283.14º | 0.73% | 1% | - |
| XYZ | 44.37 | 23.97 | 96.05 | - |
| YUV | 129.86 | 198.06 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 254 | 0.20 | 0.73 | 0 | 0.00 | 283.14 | 0.99 | 0.63 |
| Hex | CA | 45 | FE | 14 | 49 | 0 | 0 | 11B | 63 | 3F |
| Octal | 312 | 105 | 376 | 24 | 111 | 0 | 0 | 433 | 143 | 77 |
| Binary | 11001010 | 1000101 | 11111110 | 10100 | 1001001 | 0 | 0 | 100011011 | 1100011 | 111111 |
Color Harmonies of #CA45FE
Complementary color
Monochromatic Colors of #CA45FE
Black with #CA45FE
Text Example
Text Example
White with #CA45FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA45FE; }
p { color: rgb(202,69,254); }
H1.HeaderClassName
{
color: #CA45FE;
}
.AnyTagClassName
{
color: #CA45FE;
}
</style>
background-color css
<style>
a { background-color: #CA45FE; }
a { background-color: rgb(202,69,254); }
div.DivClassName
{
background-color: #CA45FE;
}
.BgClassName
{
background-color: #CA45FE;
}
</style>
border-color css
<style>
span { border-color: #CA45FE; }
span { border-color: rgb(202,69,254); }
td.TdClassName
{
border-color: #CA45FE;
}
.TagClassName
{
border-color: #CA45FE;
}
</style>