Shades of Medium Orchid #CA45F9
Tints of Medium Orchid #CA45F9
RGB
CMYK
RGB Variations
Color information
#CA45F9 (or 0xCA45F9) is known color: Medium Orchid. HEX triplet: CA, 45 and F9. RGB value is (202,69,249). Sum of RGB (Red+Green+Blue) = 202+69+249=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 69 (27.34% from 255 or 13.27% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA45F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA45F9 is #35BA06. Grayscale: #808080. Windows color (decimal): -3521031 or 16336330. OLE color: 16336330.
HSL color Cylindrical-coordinate representation of color #CA45F9: hue angle of 284.33º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA45F9 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 69 | 249 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.02 |
| HSL | 284.33º | 0.94% | 0.62% | - |
| HSV(B) | 284.33º | 0.72% | 0.98% | - |
| XYZ | 43.58 | 23.65 | 91.89 | - |
| YUV | 129.29 | 195.56 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 249 | 0.19 | 0.72 | 0 | 0.02 | 284.33 | 0.94 | 0.62 |
| Hex | CA | 45 | F9 | 13 | 48 | 0 | 2 | 11C | 5E | 3E |
| Octal | 312 | 105 | 371 | 23 | 110 | 0 | 2 | 434 | 136 | 76 |
| Binary | 11001010 | 1000101 | 11111001 | 10011 | 1001000 | 0 | 10 | 100011100 | 1011110 | 111110 |
Color Harmonies of #CA45F9
Complementary color
Monochromatic Colors of #CA45F9
Black with #CA45F9
Text Example
Text Example
White with #CA45F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA45F9; }
p { color: rgb(202,69,249); }
H1.HeaderClassName
{
color: #CA45F9;
}
.AnyTagClassName
{
color: #CA45F9;
}
</style>
background-color css
<style>
a { background-color: #CA45F9; }
a { background-color: rgb(202,69,249); }
div.DivClassName
{
background-color: #CA45F9;
}
.BgClassName
{
background-color: #CA45F9;
}
</style>
border-color css
<style>
span { border-color: #CA45F9; }
span { border-color: rgb(202,69,249); }
td.TdClassName
{
border-color: #CA45F9;
}
.TagClassName
{
border-color: #CA45F9;
}
</style>