Shades of Medium Orchid #CA44D5
Tints of Medium Orchid #CA44D5
RGB
CMYK
RGB Variations
Color information
#CA44D5 (or 0xCA44D5) is known color: Medium Orchid. HEX triplet: CA, 44 and D5. RGB value is (202,68,213). Sum of RGB (Red+Green+Blue) = 202+68+213=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 68 (26.95% from 255 or 14.08% from 483); Blue value is 213 (83.59% from 255 or 44.10% from 483); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA44D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA44D5 is #35BB2A. Grayscale: #7C7C7C. Windows color (decimal): -3521323 or 13976778. OLE color: 13976778.
HSL color Cylindrical-coordinate representation of color #CA44D5: hue angle of 295.45º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA44D5 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 68 | 213 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.16 |
| HSL | 295.45º | 0.63% | 0.55% | - |
| HSV(B) | 295.45º | 0.68% | 0.84% | - |
| XYZ | 38.43 | 21.49 | 65.07 | - |
| YUV | 124.6 | 177.89 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 213 | 0.05 | 0.68 | 0 | 0.16 | 295.45 | 0.63 | 0.55 |
| Hex | CA | 44 | D5 | 5 | 44 | 0 | 10 | 127 | 3F | 37 |
| Octal | 312 | 104 | 325 | 5 | 104 | 0 | 20 | 447 | 77 | 67 |
| Binary | 11001010 | 1000100 | 11010101 | 101 | 1000100 | 0 | 10000 | 100100111 | 111111 | 110111 |
Color Harmonies of #CA44D5
Complementary color
Monochromatic Colors of #CA44D5
Black with #CA44D5
Text Example
Text Example
White with #CA44D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA44D5; }
p { color: rgb(202,68,213); }
H1.HeaderClassName
{
color: #CA44D5;
}
.AnyTagClassName
{
color: #CA44D5;
}
</style>
background-color css
<style>
a { background-color: #CA44D5; }
a { background-color: rgb(202,68,213); }
div.DivClassName
{
background-color: #CA44D5;
}
.BgClassName
{
background-color: #CA44D5;
}
</style>
border-color css
<style>
span { border-color: #CA44D5; }
span { border-color: rgb(202,68,213); }
td.TdClassName
{
border-color: #CA44D5;
}
.TagClassName
{
border-color: #CA44D5;
}
</style>