Shades of Medium Orchid #CA36DB
Tints of Medium Orchid #CA36DB
RGB
CMYK
RGB Variations
Color information
#CA36DB (or 0xCA36DB) is known color: Medium Orchid. HEX triplet: CA, 36 and DB. RGB value is (202,54,219). Sum of RGB (Red+Green+Blue) = 202+54+219=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 54 (21.48% from 255 or 11.37% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA36DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA36DB is #35C924. Grayscale: #747474. Windows color (decimal): -3524901 or 14366410. OLE color: 14366410.
HSL color Cylindrical-coordinate representation of color #CA36DB: hue angle of 293.82º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA36DB is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 54 | 219 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.14 |
| HSL | 293.82º | 0.7% | 0.54% | - |
| HSV(B) | 293.82º | 0.75% | 0.86% | - |
| XYZ | 38.46 | 20.31 | 68.91 | - |
| YUV | 117.06 | 185.53 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 54 | 219 | 0.08 | 0.75 | 0 | 0.14 | 293.82 | 0.7 | 0.54 |
| Hex | CA | 36 | DB | 8 | 4B | 0 | E | 126 | 46 | 36 |
| Octal | 312 | 66 | 333 | 10 | 113 | 0 | 16 | 446 | 106 | 66 |
| Binary | 11001010 | 110110 | 11011011 | 1000 | 1001011 | 0 | 1110 | 100100110 | 1000110 | 110110 |
Color Harmonies of #CA36DB
Complementary color
Monochromatic Colors of #CA36DB
Black with #CA36DB
Text Example
Text Example
White with #CA36DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA36DB; }
p { color: rgb(202,54,219); }
H1.HeaderClassName
{
color: #CA36DB;
}
.AnyTagClassName
{
color: #CA36DB;
}
</style>
background-color css
<style>
a { background-color: #CA36DB; }
a { background-color: rgb(202,54,219); }
div.DivClassName
{
background-color: #CA36DB;
}
.BgClassName
{
background-color: #CA36DB;
}
</style>
border-color css
<style>
span { border-color: #CA36DB; }
span { border-color: rgb(202,54,219); }
td.TdClassName
{
border-color: #CA36DB;
}
.TagClassName
{
border-color: #CA36DB;
}
</style>