Shades of Medium Orchid #CA48DF
Tints of Medium Orchid #CA48DF
RGB
CMYK
RGB Variations
Color information
#CA48DF (or 0xCA48DF) is known color: Medium Orchid. HEX triplet: CA, 48 and DF. RGB value is (202,72,223). Sum of RGB (Red+Green+Blue) = 202+72+223=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 72 (28.52% from 255 or 14.49% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA48DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA48DF is #35B720. Grayscale: #7F7F7F. Windows color (decimal): -3520289 or 14633162. OLE color: 14633162.
HSL color Cylindrical-coordinate representation of color #CA48DF: hue angle of 291.66º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA48DF is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 72 | 223 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.13 |
| HSL | 291.66º | 0.7% | 0.58% | - |
| HSV(B) | 291.66º | 0.68% | 0.87% | - |
| XYZ | 39.99 | 22.52 | 72.05 | - |
| YUV | 128.08 | 181.57 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 223 | 0.09 | 0.68 | 0 | 0.13 | 291.66 | 0.7 | 0.58 |
| Hex | CA | 48 | DF | 9 | 44 | 0 | D | 124 | 46 | 3A |
| Octal | 312 | 110 | 337 | 11 | 104 | 0 | 15 | 444 | 106 | 72 |
| Binary | 11001010 | 1001000 | 11011111 | 1001 | 1000100 | 0 | 1101 | 100100100 | 1000110 | 111010 |
Color Harmonies of #CA48DF
Complementary color
Monochromatic Colors of #CA48DF
Black with #CA48DF
Text Example
Text Example
White with #CA48DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA48DF; }
p { color: rgb(202,72,223); }
H1.HeaderClassName
{
color: #CA48DF;
}
.AnyTagClassName
{
color: #CA48DF;
}
</style>
background-color css
<style>
a { background-color: #CA48DF; }
a { background-color: rgb(202,72,223); }
div.DivClassName
{
background-color: #CA48DF;
}
.BgClassName
{
background-color: #CA48DF;
}
</style>
border-color css
<style>
span { border-color: #CA48DF; }
span { border-color: rgb(202,72,223); }
td.TdClassName
{
border-color: #CA48DF;
}
.TagClassName
{
border-color: #CA48DF;
}
</style>