Shades of Medium Orchid #CA50DB
Tints of Medium Orchid #CA50DB
RGB
CMYK
RGB Variations
Color information
#CA50DB (or 0xCA50DB) is known color: Medium Orchid. HEX triplet: CA, 50 and DB. RGB value is (202,80,219). Sum of RGB (Red+Green+Blue) = 202+80+219=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 80 (31.64% from 255 or 15.97% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA50DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA50DB is #35AF24. Grayscale: #838383. Windows color (decimal): -3518245 or 14373066. OLE color: 14373066.
HSL color Cylindrical-coordinate representation of color #CA50DB: hue angle of 292.66º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA50DB is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 80 | 219 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.14 |
| HSL | 292.66º | 0.66% | 0.59% | - |
| HSV(B) | 292.66º | 0.63% | 0.86% | - |
| XYZ | 40.01 | 23.41 | 69.43 | - |
| YUV | 132.32 | 176.92 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 80 | 219 | 0.08 | 0.63 | 0 | 0.14 | 292.66 | 0.66 | 0.59 |
| Hex | CA | 50 | DB | 8 | 3F | 0 | E | 125 | 42 | 3B |
| Octal | 312 | 120 | 333 | 10 | 77 | 0 | 16 | 445 | 102 | 73 |
| Binary | 11001010 | 1010000 | 11011011 | 1000 | 111111 | 0 | 1110 | 100100101 | 1000010 | 111011 |
Color Harmonies of #CA50DB
Complementary color
Monochromatic Colors of #CA50DB
Black with #CA50DB
Text Example
Text Example
White with #CA50DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA50DB; }
p { color: rgb(202,80,219); }
H1.HeaderClassName
{
color: #CA50DB;
}
.AnyTagClassName
{
color: #CA50DB;
}
</style>
background-color css
<style>
a { background-color: #CA50DB; }
a { background-color: rgb(202,80,219); }
div.DivClassName
{
background-color: #CA50DB;
}
.BgClassName
{
background-color: #CA50DB;
}
</style>
border-color css
<style>
span { border-color: #CA50DB; }
span { border-color: rgb(202,80,219); }
td.TdClassName
{
border-color: #CA50DB;
}
.TagClassName
{
border-color: #CA50DB;
}
</style>