Shades of Medium Orchid #CA33DC
Tints of Medium Orchid #CA33DC
RGB
CMYK
RGB Variations
Color information
#CA33DC (or 0xCA33DC) is known color: Medium Orchid. HEX triplet: CA, 33 and DC. RGB value is (202,51,220). Sum of RGB (Red+Green+Blue) = 202+51+220=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 51 (20.31% from 255 or 10.78% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA33DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA33DC is #35CC23. Grayscale: #727272. Windows color (decimal): -3525668 or 14431178. OLE color: 14431178.
HSL color Cylindrical-coordinate representation of color #CA33DC: hue angle of 293.61º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA33DC is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 51 | 220 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.14 |
| HSL | 293.61º | 0.71% | 0.53% | - |
| HSV(B) | 293.61º | 0.77% | 0.86% | - |
| XYZ | 38.46 | 20.09 | 69.56 | - |
| YUV | 115.42 | 187.03 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 220 | 0.08 | 0.77 | 0 | 0.14 | 293.61 | 0.71 | 0.53 |
| Hex | CA | 33 | DC | 8 | 4D | 0 | E | 126 | 47 | 35 |
| Octal | 312 | 63 | 334 | 10 | 115 | 0 | 16 | 446 | 107 | 65 |
| Binary | 11001010 | 110011 | 11011100 | 1000 | 1001101 | 0 | 1110 | 100100110 | 1000111 | 110101 |
Color Harmonies of #CA33DC
Complementary color
Monochromatic Colors of #CA33DC
Black with #CA33DC
Text Example
Text Example
White with #CA33DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA33DC; }
p { color: rgb(202,51,220); }
H1.HeaderClassName
{
color: #CA33DC;
}
.AnyTagClassName
{
color: #CA33DC;
}
</style>
background-color css
<style>
a { background-color: #CA33DC; }
a { background-color: rgb(202,51,220); }
div.DivClassName
{
background-color: #CA33DC;
}
.BgClassName
{
background-color: #CA33DC;
}
</style>
border-color css
<style>
span { border-color: #CA33DC; }
span { border-color: rgb(202,51,220); }
td.TdClassName
{
border-color: #CA33DC;
}
.TagClassName
{
border-color: #CA33DC;
}
</style>