Shades of Medium Orchid #CA33DD
Tints of Medium Orchid #CA33DD
RGB
CMYK
RGB Variations
Color information
#CA33DD (or 0xCA33DD) is known color: Medium Orchid. HEX triplet: CA, 33 and DD. RGB value is (202,51,221). Sum of RGB (Red+Green+Blue) = 202+51+221=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 51 (20.31% from 255 or 10.76% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA33DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA33DD is #35CC22. Grayscale: #737373. Windows color (decimal): -3525667 or 14496714. OLE color: 14496714.
HSL color Cylindrical-coordinate representation of color #CA33DD: hue angle of 293.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA33DD is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 51 | 221 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.13 |
| HSL | 293.29º | 0.71% | 0.53% | - |
| HSV(B) | 293.29º | 0.77% | 0.87% | - |
| XYZ | 38.59 | 20.14 | 70.26 | - |
| YUV | 115.53 | 187.53 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 221 | 0.09 | 0.77 | 0 | 0.13 | 293.29 | 0.71 | 0.53 |
| Hex | CA | 33 | DD | 9 | 4D | 0 | D | 125 | 47 | 35 |
| Octal | 312 | 63 | 335 | 11 | 115 | 0 | 15 | 445 | 107 | 65 |
| Binary | 11001010 | 110011 | 11011101 | 1001 | 1001101 | 0 | 1101 | 100100101 | 1000111 | 110101 |
Color Harmonies of #CA33DD
Complementary color
Monochromatic Colors of #CA33DD
Black with #CA33DD
Text Example
Text Example
White with #CA33DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA33DD; }
p { color: rgb(202,51,221); }
H1.HeaderClassName
{
color: #CA33DD;
}
.AnyTagClassName
{
color: #CA33DD;
}
</style>
background-color css
<style>
a { background-color: #CA33DD; }
a { background-color: rgb(202,51,221); }
div.DivClassName
{
background-color: #CA33DD;
}
.BgClassName
{
background-color: #CA33DD;
}
</style>
border-color css
<style>
span { border-color: #CA33DD; }
span { border-color: rgb(202,51,221); }
td.TdClassName
{
border-color: #CA33DD;
}
.TagClassName
{
border-color: #CA33DD;
}
</style>