Shades of Medium Orchid #CA41D3
Tints of Medium Orchid #CA41D3
RGB
CMYK
RGB Variations
Color information
#CA41D3 (or 0xCA41D3) is known color: Medium Orchid. HEX triplet: CA, 41 and D3. RGB value is (202,65,211). Sum of RGB (Red+Green+Blue) = 202+65+211=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 65 (25.78% from 255 or 13.60% from 478); Blue value is 211 (82.81% from 255 or 44.14% from 478); Max value from RGB is 211 - color contains mainly: blue. Hex color #CA41D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA41D3 is #35BE2C. Grayscale: #7A7A7A. Windows color (decimal): -3522093 or 13844938. OLE color: 13844938.
HSL color Cylindrical-coordinate representation of color #CA41D3: hue angle of 296.3º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA41D3 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 65 | 211 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.17 |
| HSL | 296.3º | 0.62% | 0.54% | - |
| HSV(B) | 296.3º | 0.69% | 0.83% | - |
| XYZ | 38.01 | 21.04 | 63.69 | - |
| YUV | 122.61 | 177.89 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 211 | 0.04 | 0.69 | 0 | 0.17 | 296.3 | 0.62 | 0.54 |
| Hex | CA | 41 | D3 | 4 | 45 | 0 | 11 | 128 | 3E | 36 |
| Octal | 312 | 101 | 323 | 4 | 105 | 0 | 21 | 450 | 76 | 66 |
| Binary | 11001010 | 1000001 | 11010011 | 100 | 1000101 | 0 | 10001 | 100101000 | 111110 | 110110 |
Color Harmonies of #CA41D3
Complementary color
Monochromatic Colors of #CA41D3
Black with #CA41D3
Text Example
Text Example
White with #CA41D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA41D3; }
p { color: rgb(202,65,211); }
H1.HeaderClassName
{
color: #CA41D3;
}
.AnyTagClassName
{
color: #CA41D3;
}
</style>
background-color css
<style>
a { background-color: #CA41D3; }
a { background-color: rgb(202,65,211); }
div.DivClassName
{
background-color: #CA41D3;
}
.BgClassName
{
background-color: #CA41D3;
}
</style>
border-color css
<style>
span { border-color: #CA41D3; }
span { border-color: rgb(202,65,211); }
td.TdClassName
{
border-color: #CA41D3;
}
.TagClassName
{
border-color: #CA41D3;
}
</style>