Shades of Medium Orchid #CA43E1
Tints of Medium Orchid #CA43E1
RGB
CMYK
RGB Variations
Color information
#CA43E1 (or 0xCA43E1) is known color: Medium Orchid. HEX triplet: CA, 43 and E1. RGB value is (202,67,225). Sum of RGB (Red+Green+Blue) = 202+67+225=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 67 (26.56% from 255 or 13.56% from 494); Blue value is 225 (88.28% from 255 or 45.55% from 494); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA43E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA43E1 is #35BC1E. Grayscale: #7C7C7C. Windows color (decimal): -3521567 or 14762954. OLE color: 14762954.
HSL color Cylindrical-coordinate representation of color #CA43E1: hue angle of 291.27º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA43E1 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 67 | 225 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.12 |
| HSL | 291.27º | 0.72% | 0.57% | - |
| HSV(B) | 291.27º | 0.7% | 0.88% | - |
| XYZ | 39.95 | 22.01 | 73.38 | - |
| YUV | 125.38 | 184.23 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 225 | 0.10 | 0.70 | 0 | 0.12 | 291.27 | 0.72 | 0.57 |
| Hex | CA | 43 | E1 | A | 46 | 0 | C | 123 | 48 | 39 |
| Octal | 312 | 103 | 341 | 12 | 106 | 0 | 14 | 443 | 110 | 71 |
| Binary | 11001010 | 1000011 | 11100001 | 1010 | 1000110 | 0 | 1100 | 100100011 | 1001000 | 111001 |
Color Harmonies of #CA43E1
Complementary color
Monochromatic Colors of #CA43E1
Black with #CA43E1
Text Example
Text Example
White with #CA43E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA43E1; }
p { color: rgb(202,67,225); }
H1.HeaderClassName
{
color: #CA43E1;
}
.AnyTagClassName
{
color: #CA43E1;
}
</style>
background-color css
<style>
a { background-color: #CA43E1; }
a { background-color: rgb(202,67,225); }
div.DivClassName
{
background-color: #CA43E1;
}
.BgClassName
{
background-color: #CA43E1;
}
</style>
border-color css
<style>
span { border-color: #CA43E1; }
span { border-color: rgb(202,67,225); }
td.TdClassName
{
border-color: #CA43E1;
}
.TagClassName
{
border-color: #CA43E1;
}
</style>