Shades of Medium Orchid #CA45D5
Tints of Medium Orchid #CA45D5
RGB
CMYK
RGB Variations
Color information
#CA45D5 (or 0xCA45D5) is known color: Medium Orchid. HEX triplet: CA, 45 and D5. RGB value is (202,69,213). Sum of RGB (Red+Green+Blue) = 202+69+213=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA45D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA45D5 is #35BA2A. Grayscale: #7C7C7C. Windows color (decimal): -3521067 or 13977034. OLE color: 13977034.
HSL color Cylindrical-coordinate representation of color #CA45D5: hue angle of 295.42º 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 #CA45D5 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 69 | 213 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.16 |
| HSL | 295.42º | 0.63% | 0.55% | - |
| HSV(B) | 295.42º | 0.68% | 0.84% | - |
| XYZ | 38.5 | 21.62 | 65.09 | - |
| YUV | 125.18 | 177.56 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 213 | 0.05 | 0.68 | 0 | 0.16 | 295.42 | 0.63 | 0.55 |
| Hex | CA | 45 | D5 | 5 | 44 | 0 | 10 | 127 | 3F | 37 |
| Octal | 312 | 105 | 325 | 5 | 104 | 0 | 20 | 447 | 77 | 67 |
| Binary | 11001010 | 1000101 | 11010101 | 101 | 1000100 | 0 | 10000 | 100100111 | 111111 | 110111 |
Color Harmonies of #CA45D5
Complementary color
Monochromatic Colors of #CA45D5
Black with #CA45D5
Text Example
Text Example
White with #CA45D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA45D5; }
p { color: rgb(202,69,213); }
H1.HeaderClassName
{
color: #CA45D5;
}
.AnyTagClassName
{
color: #CA45D5;
}
</style>
background-color css
<style>
a { background-color: #CA45D5; }
a { background-color: rgb(202,69,213); }
div.DivClassName
{
background-color: #CA45D5;
}
.BgClassName
{
background-color: #CA45D5;
}
</style>
border-color css
<style>
span { border-color: #CA45D5; }
span { border-color: rgb(202,69,213); }
td.TdClassName
{
border-color: #CA45D5;
}
.TagClassName
{
border-color: #CA45D5;
}
</style>