Shades of Medium Orchid #CA41D6
Tints of Medium Orchid #CA41D6
RGB
CMYK
RGB Variations
Color information
#CA41D6 (or 0xCA41D6) is known color: Medium Orchid. HEX triplet: CA, 41 and D6. RGB value is (202,65,214). Sum of RGB (Red+Green+Blue) = 202+65+214=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA41D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA41D6 is #35BE29. Grayscale: #7A7A7A. Windows color (decimal): -3522090 or 14041546. OLE color: 14041546.
HSL color Cylindrical-coordinate representation of color #CA41D6: hue angle of 295.17º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA41D6 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 65 | 214 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.16 |
| HSL | 295.17º | 0.65% | 0.55% | - |
| HSV(B) | 295.17º | 0.7% | 0.84% | - |
| XYZ | 38.39 | 21.19 | 65.69 | - |
| YUV | 122.95 | 179.39 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 214 | 0.06 | 0.70 | 0 | 0.16 | 295.17 | 0.65 | 0.55 |
| Hex | CA | 41 | D6 | 6 | 46 | 0 | 10 | 127 | 41 | 37 |
| Octal | 312 | 101 | 326 | 6 | 106 | 0 | 20 | 447 | 101 | 67 |
| Binary | 11001010 | 1000001 | 11010110 | 110 | 1000110 | 0 | 10000 | 100100111 | 1000001 | 110111 |
Color Harmonies of #CA41D6
Complementary color
Monochromatic Colors of #CA41D6
Black with #CA41D6
Text Example
Text Example
White with #CA41D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA41D6; }
p { color: rgb(202,65,214); }
H1.HeaderClassName
{
color: #CA41D6;
}
.AnyTagClassName
{
color: #CA41D6;
}
</style>
background-color css
<style>
a { background-color: #CA41D6; }
a { background-color: rgb(202,65,214); }
div.DivClassName
{
background-color: #CA41D6;
}
.BgClassName
{
background-color: #CA41D6;
}
</style>
border-color css
<style>
span { border-color: #CA41D6; }
span { border-color: rgb(202,65,214); }
td.TdClassName
{
border-color: #CA41D6;
}
.TagClassName
{
border-color: #CA41D6;
}
</style>