Shades of Medium Orchid #CA48DC
Tints of Medium Orchid #CA48DC
RGB
CMYK
RGB Variations
Color information
#CA48DC (or 0xCA48DC) is known color: Medium Orchid. HEX triplet: CA, 48 and DC. RGB value is (202,72,220). Sum of RGB (Red+Green+Blue) = 202+72+220=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 72 (28.52% from 255 or 14.57% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA48DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA48DC is #35B723. Grayscale: #7F7F7F. Windows color (decimal): -3520292 or 14436554. OLE color: 14436554.
HSL color Cylindrical-coordinate representation of color #CA48DC: hue angle of 292.7º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA48DC is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 72 | 220 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.14 |
| HSL | 292.7º | 0.68% | 0.57% | - |
| HSV(B) | 292.7º | 0.67% | 0.86% | - |
| XYZ | 39.59 | 22.36 | 69.94 | - |
| YUV | 127.74 | 180.07 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 72 | 220 | 0.08 | 0.67 | 0 | 0.14 | 292.7 | 0.68 | 0.57 |
| Hex | CA | 48 | DC | 8 | 43 | 0 | E | 125 | 44 | 39 |
| Octal | 312 | 110 | 334 | 10 | 103 | 0 | 16 | 445 | 104 | 71 |
| Binary | 11001010 | 1001000 | 11011100 | 1000 | 1000011 | 0 | 1110 | 100100101 | 1000100 | 111001 |
Color Harmonies of #CA48DC
Complementary color
Monochromatic Colors of #CA48DC
Black with #CA48DC
Text Example
Text Example
White with #CA48DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA48DC; }
p { color: rgb(202,72,220); }
H1.HeaderClassName
{
color: #CA48DC;
}
.AnyTagClassName
{
color: #CA48DC;
}
</style>
background-color css
<style>
a { background-color: #CA48DC; }
a { background-color: rgb(202,72,220); }
div.DivClassName
{
background-color: #CA48DC;
}
.BgClassName
{
background-color: #CA48DC;
}
</style>
border-color css
<style>
span { border-color: #CA48DC; }
span { border-color: rgb(202,72,220); }
td.TdClassName
{
border-color: #CA48DC;
}
.TagClassName
{
border-color: #CA48DC;
}
</style>