Shades of Medium Orchid #CA30D9
Tints of Medium Orchid #CA30D9
RGB
CMYK
RGB Variations
Color information
#CA30D9 (or 0xCA30D9) is known color: Medium Orchid. HEX triplet: CA, 30 and D9. RGB value is (202,48,217). Sum of RGB (Red+Green+Blue) = 202+48+217=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 48 (19.14% from 255 or 10.28% from 467); Blue value is 217 (85.16% from 255 or 46.47% from 467); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA30D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA30D9 is #35CF26. Grayscale: #707070. Windows color (decimal): -3526439 or 14233802. OLE color: 14233802.
HSL color Cylindrical-coordinate representation of color #CA30D9: hue angle of 294.67º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA30D9 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 48 | 217 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.15 |
| HSL | 294.67º | 0.69% | 0.52% | - |
| HSV(B) | 294.67º | 0.78% | 0.85% | - |
| XYZ | 37.94 | 19.68 | 67.44 | - |
| YUV | 113.31 | 186.52 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 48 | 217 | 0.07 | 0.78 | 0 | 0.15 | 294.67 | 0.69 | 0.52 |
| Hex | CA | 30 | D9 | 7 | 4E | 0 | F | 127 | 45 | 34 |
| Octal | 312 | 60 | 331 | 7 | 116 | 0 | 17 | 447 | 105 | 64 |
| Binary | 11001010 | 110000 | 11011001 | 111 | 1001110 | 0 | 1111 | 100100111 | 1000101 | 110100 |
Color Harmonies of #CA30D9
Complementary color
Monochromatic Colors of #CA30D9
Black with #CA30D9
Text Example
Text Example
White with #CA30D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA30D9; }
p { color: rgb(202,48,217); }
H1.HeaderClassName
{
color: #CA30D9;
}
.AnyTagClassName
{
color: #CA30D9;
}
</style>
background-color css
<style>
a { background-color: #CA30D9; }
a { background-color: rgb(202,48,217); }
div.DivClassName
{
background-color: #CA30D9;
}
.BgClassName
{
background-color: #CA30D9;
}
</style>
border-color css
<style>
span { border-color: #CA30D9; }
span { border-color: rgb(202,48,217); }
td.TdClassName
{
border-color: #CA30D9;
}
.TagClassName
{
border-color: #CA30D9;
}
</style>