Shades of Medium Orchid #CA30DD
Tints of Medium Orchid #CA30DD
RGB
CMYK
RGB Variations
Color information
#CA30DD (or 0xCA30DD) is known color: Medium Orchid. HEX triplet: CA, 30 and DD. RGB value is (202,48,221). Sum of RGB (Red+Green+Blue) = 202+48+221=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 48 (19.14% from 255 or 10.19% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA30DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA30DD is #35CF22. Grayscale: #717171. Windows color (decimal): -3526435 or 14495946. OLE color: 14495946.
HSL color Cylindrical-coordinate representation of color #CA30DD: hue angle of 293.41º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA30DD is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 48 | 221 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.13 |
| HSL | 293.41º | 0.72% | 0.53% | - |
| HSV(B) | 293.41º | 0.78% | 0.87% | - |
| XYZ | 38.47 | 19.89 | 70.22 | - |
| YUV | 113.77 | 188.52 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 48 | 221 | 0.09 | 0.78 | 0 | 0.13 | 293.41 | 0.72 | 0.53 |
| Hex | CA | 30 | DD | 9 | 4E | 0 | D | 125 | 48 | 35 |
| Octal | 312 | 60 | 335 | 11 | 116 | 0 | 15 | 445 | 110 | 65 |
| Binary | 11001010 | 110000 | 11011101 | 1001 | 1001110 | 0 | 1101 | 100100101 | 1001000 | 110101 |
Color Harmonies of #CA30DD
Complementary color
Monochromatic Colors of #CA30DD
Black with #CA30DD
Text Example
Text Example
White with #CA30DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA30DD; }
p { color: rgb(202,48,221); }
H1.HeaderClassName
{
color: #CA30DD;
}
.AnyTagClassName
{
color: #CA30DD;
}
</style>
background-color css
<style>
a { background-color: #CA30DD; }
a { background-color: rgb(202,48,221); }
div.DivClassName
{
background-color: #CA30DD;
}
.BgClassName
{
background-color: #CA30DD;
}
</style>
border-color css
<style>
span { border-color: #CA30DD; }
span { border-color: rgb(202,48,221); }
td.TdClassName
{
border-color: #CA30DD;
}
.TagClassName
{
border-color: #CA30DD;
}
</style>