Shades of Medium Orchid #CA45DD
Tints of Medium Orchid #CA45DD
RGB
CMYK
RGB Variations
Color information
#CA45DD (or 0xCA45DD) is known color: Medium Orchid. HEX triplet: CA, 45 and DD. RGB value is (202,69,221). Sum of RGB (Red+Green+Blue) = 202+69+221=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 69 (27.34% from 255 or 14.02% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA45DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA45DD is #35BA22. Grayscale: #7D7D7D. Windows color (decimal): -3521059 or 14501322. OLE color: 14501322.
HSL color Cylindrical-coordinate representation of color #CA45DD: hue angle of 292.5º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA45DD is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 69 | 221 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.13 |
| HSL | 292.5º | 0.69% | 0.57% | - |
| HSV(B) | 292.5º | 0.69% | 0.87% | - |
| XYZ | 39.54 | 22.03 | 70.58 | - |
| YUV | 126.1 | 181.56 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 69 | 221 | 0.09 | 0.69 | 0 | 0.13 | 292.5 | 0.69 | 0.57 |
| Hex | CA | 45 | DD | 9 | 45 | 0 | D | 124 | 45 | 39 |
| Octal | 312 | 105 | 335 | 11 | 105 | 0 | 15 | 444 | 105 | 71 |
| Binary | 11001010 | 1000101 | 11011101 | 1001 | 1000101 | 0 | 1101 | 100100100 | 1000101 | 111001 |
Color Harmonies of #CA45DD
Complementary color
Monochromatic Colors of #CA45DD
Black with #CA45DD
Text Example
Text Example
White with #CA45DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA45DD; }
p { color: rgb(202,69,221); }
H1.HeaderClassName
{
color: #CA45DD;
}
.AnyTagClassName
{
color: #CA45DD;
}
</style>
background-color css
<style>
a { background-color: #CA45DD; }
a { background-color: rgb(202,69,221); }
div.DivClassName
{
background-color: #CA45DD;
}
.BgClassName
{
background-color: #CA45DD;
}
</style>
border-color css
<style>
span { border-color: #CA45DD; }
span { border-color: rgb(202,69,221); }
td.TdClassName
{
border-color: #CA45DD;
}
.TagClassName
{
border-color: #CA45DD;
}
</style>