Shades of Medium Orchid #CA44D9
Tints of Medium Orchid #CA44D9
RGB
CMYK
RGB Variations
Color information
#CA44D9 (or 0xCA44D9) is known color: Medium Orchid. HEX triplet: CA, 44 and D9. RGB value is (202,68,217). Sum of RGB (Red+Green+Blue) = 202+68+217=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 68 (26.95% from 255 or 13.96% from 487); Blue value is 217 (85.16% from 255 or 44.56% from 487); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA44D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA44D9 is #35BB26. Grayscale: #7C7C7C. Windows color (decimal): -3521319 or 14238922. OLE color: 14238922.
HSL color Cylindrical-coordinate representation of color #CA44D9: hue angle of 293.96º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA44D9 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 68 | 217 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.15 |
| HSL | 293.96º | 0.66% | 0.56% | - |
| HSV(B) | 293.96º | 0.69% | 0.85% | - |
| XYZ | 38.95 | 21.7 | 67.78 | - |
| YUV | 125.05 | 179.89 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 68 | 217 | 0.07 | 0.69 | 0 | 0.15 | 293.96 | 0.66 | 0.56 |
| Hex | CA | 44 | D9 | 7 | 45 | 0 | F | 126 | 42 | 38 |
| Octal | 312 | 104 | 331 | 7 | 105 | 0 | 17 | 446 | 102 | 70 |
| Binary | 11001010 | 1000100 | 11011001 | 111 | 1000101 | 0 | 1111 | 100100110 | 1000010 | 111000 |
Color Harmonies of #CA44D9
Complementary color
Monochromatic Colors of #CA44D9
Black with #CA44D9
Text Example
Text Example
White with #CA44D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA44D9; }
p { color: rgb(202,68,217); }
H1.HeaderClassName
{
color: #CA44D9;
}
.AnyTagClassName
{
color: #CA44D9;
}
</style>
background-color css
<style>
a { background-color: #CA44D9; }
a { background-color: rgb(202,68,217); }
div.DivClassName
{
background-color: #CA44D9;
}
.BgClassName
{
background-color: #CA44D9;
}
</style>
border-color css
<style>
span { border-color: #CA44D9; }
span { border-color: rgb(202,68,217); }
td.TdClassName
{
border-color: #CA44D9;
}
.TagClassName
{
border-color: #CA44D9;
}
</style>