Shades of Medium Orchid #CA35DB
Tints of Medium Orchid #CA35DB
RGB
CMYK
RGB Variations
Color information
#CA35DB (or 0xCA35DB) is known color: Medium Orchid. HEX triplet: CA, 35 and DB. RGB value is (202,53,219). Sum of RGB (Red+Green+Blue) = 202+53+219=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 53 (21.09% from 255 or 11.18% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA35DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA35DB is #35CA24. Grayscale: #737373. Windows color (decimal): -3525157 or 14366154. OLE color: 14366154.
HSL color Cylindrical-coordinate representation of color #CA35DB: hue angle of 293.86º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA35DB is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 53 | 219 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.14 |
| HSL | 293.86º | 0.7% | 0.53% | - |
| HSV(B) | 293.86º | 0.76% | 0.86% | - |
| XYZ | 38.42 | 20.22 | 68.9 | - |
| YUV | 116.48 | 185.86 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 53 | 219 | 0.08 | 0.76 | 0 | 0.14 | 293.86 | 0.7 | 0.53 |
| Hex | CA | 35 | DB | 8 | 4C | 0 | E | 126 | 46 | 35 |
| Octal | 312 | 65 | 333 | 10 | 114 | 0 | 16 | 446 | 106 | 65 |
| Binary | 11001010 | 110101 | 11011011 | 1000 | 1001100 | 0 | 1110 | 100100110 | 1000110 | 110101 |
Color Harmonies of #CA35DB
Complementary color
Monochromatic Colors of #CA35DB
Black with #CA35DB
Text Example
Text Example
White with #CA35DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA35DB; }
p { color: rgb(202,53,219); }
H1.HeaderClassName
{
color: #CA35DB;
}
.AnyTagClassName
{
color: #CA35DB;
}
</style>
background-color css
<style>
a { background-color: #CA35DB; }
a { background-color: rgb(202,53,219); }
div.DivClassName
{
background-color: #CA35DB;
}
.BgClassName
{
background-color: #CA35DB;
}
</style>
border-color css
<style>
span { border-color: #CA35DB; }
span { border-color: rgb(202,53,219); }
td.TdClassName
{
border-color: #CA35DB;
}
.TagClassName
{
border-color: #CA35DB;
}
</style>