Shades of Medium Orchid #CA33DB
Tints of Medium Orchid #CA33DB
RGB
CMYK
RGB Variations
Color information
#CA33DB (or 0xCA33DB) is known color: Medium Orchid. HEX triplet: CA, 33 and DB. RGB value is (202,51,219). Sum of RGB (Red+Green+Blue) = 202+51+219=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 51 (20.31% from 255 or 10.81% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA33DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA33DB is #35CC24. Grayscale: #727272. Windows color (decimal): -3525669 or 14365642. OLE color: 14365642.
HSL color Cylindrical-coordinate representation of color #CA33DB: hue angle of 293.93º degrees, saturation: 0.7, 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 #CA33DB is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 51 | 219 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.14 |
| HSL | 293.93º | 0.7% | 0.53% | - |
| HSV(B) | 293.93º | 0.77% | 0.86% | - |
| XYZ | 38.33 | 20.04 | 68.87 | - |
| YUV | 115.3 | 186.53 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 51 | 219 | 0.08 | 0.77 | 0 | 0.14 | 293.93 | 0.7 | 0.53 |
| Hex | CA | 33 | DB | 8 | 4D | 0 | E | 126 | 46 | 35 |
| Octal | 312 | 63 | 333 | 10 | 115 | 0 | 16 | 446 | 106 | 65 |
| Binary | 11001010 | 110011 | 11011011 | 1000 | 1001101 | 0 | 1110 | 100100110 | 1000110 | 110101 |
Color Harmonies of #CA33DB
Complementary color
Monochromatic Colors of #CA33DB
Black with #CA33DB
Text Example
Text Example
White with #CA33DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA33DB; }
p { color: rgb(202,51,219); }
H1.HeaderClassName
{
color: #CA33DB;
}
.AnyTagClassName
{
color: #CA33DB;
}
</style>
background-color css
<style>
a { background-color: #CA33DB; }
a { background-color: rgb(202,51,219); }
div.DivClassName
{
background-color: #CA33DB;
}
.BgClassName
{
background-color: #CA33DB;
}
</style>
border-color css
<style>
span { border-color: #CA33DB; }
span { border-color: rgb(202,51,219); }
td.TdClassName
{
border-color: #CA33DB;
}
.TagClassName
{
border-color: #CA33DB;
}
</style>