Shades of Medium Orchid #CA39D5
Tints of Medium Orchid #CA39D5
RGB
CMYK
RGB Variations
Color information
#CA39D5 (or 0xCA39D5) is known color: Medium Orchid. HEX triplet: CA, 39 and D5. RGB value is (202,57,213). Sum of RGB (Red+Green+Blue) = 202+57+213=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 57 (22.66% from 255 or 12.08% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA39D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA39D5 is #35C62A. Grayscale: #757575. Windows color (decimal): -3524139 or 13973962. OLE color: 13973962.
HSL color Cylindrical-coordinate representation of color #CA39D5: hue angle of 295.77º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA39D5 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 57 | 213 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.16 |
| HSL | 295.77º | 0.65% | 0.53% | - |
| HSV(B) | 295.77º | 0.73% | 0.84% | - |
| XYZ | 37.83 | 20.29 | 64.87 | - |
| YUV | 118.14 | 181.54 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 57 | 213 | 0.05 | 0.73 | 0 | 0.16 | 295.77 | 0.65 | 0.53 |
| Hex | CA | 39 | D5 | 5 | 49 | 0 | 10 | 128 | 41 | 35 |
| Octal | 312 | 71 | 325 | 5 | 111 | 0 | 20 | 450 | 101 | 65 |
| Binary | 11001010 | 111001 | 11010101 | 101 | 1001001 | 0 | 10000 | 100101000 | 1000001 | 110101 |
Color Harmonies of #CA39D5
Complementary color
Monochromatic Colors of #CA39D5
Black with #CA39D5
Text Example
Text Example
White with #CA39D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA39D5; }
p { color: rgb(202,57,213); }
H1.HeaderClassName
{
color: #CA39D5;
}
.AnyTagClassName
{
color: #CA39D5;
}
</style>
background-color css
<style>
a { background-color: #CA39D5; }
a { background-color: rgb(202,57,213); }
div.DivClassName
{
background-color: #CA39D5;
}
.BgClassName
{
background-color: #CA39D5;
}
</style>
border-color css
<style>
span { border-color: #CA39D5; }
span { border-color: rgb(202,57,213); }
td.TdClassName
{
border-color: #CA39D5;
}
.TagClassName
{
border-color: #CA39D5;
}
</style>