Shades of Medium Orchid #CA45F3
Tints of Medium Orchid #CA45F3
RGB
CMYK
RGB Variations
Color information
#CA45F3 (or 0xCA45F3) is known color: Medium Orchid. HEX triplet: CA, 45 and F3. RGB value is (202,69,243). Sum of RGB (Red+Green+Blue) = 202+69+243=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 69 (27.34% from 255 or 13.42% from 514); Blue value is 243 (95.31% from 255 or 47.28% from 514); Max value from RGB is 243 - color contains mainly: blue. Hex color #CA45F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA45F3 is #35BA0C. Grayscale: #808080. Windows color (decimal): -3521037 or 15943114. OLE color: 15943114.
HSL color Cylindrical-coordinate representation of color #CA45F3: hue angle of 285.86º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA45F3 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 69 | 243 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.05 |
| HSL | 285.86º | 0.88% | 0.61% | - |
| HSV(B) | 285.86º | 0.72% | 0.95% | - |
| XYZ | 42.66 | 23.28 | 87.04 | - |
| YUV | 128.6 | 192.56 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 243 | 0.17 | 0.72 | 0 | 0.05 | 285.86 | 0.88 | 0.61 |
| Hex | CA | 45 | F3 | 11 | 48 | 0 | 5 | 11E | 58 | 3D |
| Octal | 312 | 105 | 363 | 21 | 110 | 0 | 5 | 436 | 130 | 75 |
| Binary | 11001010 | 1000101 | 11110011 | 10001 | 1001000 | 0 | 101 | 100011110 | 1011000 | 111101 |
Color Harmonies of #CA45F3
Complementary color
Monochromatic Colors of #CA45F3
Black with #CA45F3
Text Example
Text Example
White with #CA45F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA45F3; }
p { color: rgb(202,69,243); }
H1.HeaderClassName
{
color: #CA45F3;
}
.AnyTagClassName
{
color: #CA45F3;
}
</style>
background-color css
<style>
a { background-color: #CA45F3; }
a { background-color: rgb(202,69,243); }
div.DivClassName
{
background-color: #CA45F3;
}
.BgClassName
{
background-color: #CA45F3;
}
</style>
border-color css
<style>
span { border-color: #CA45F3; }
span { border-color: rgb(202,69,243); }
td.TdClassName
{
border-color: #CA45F3;
}
.TagClassName
{
border-color: #CA45F3;
}
</style>