Shades of Medium Orchid #CA37DB
Tints of Medium Orchid #CA37DB
RGB
CMYK
RGB Variations
Color information
#CA37DB (or 0xCA37DB) is known color: Medium Orchid. HEX triplet: CA, 37 and DB. RGB value is (202,55,219). Sum of RGB (Red+Green+Blue) = 202+55+219=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 55 (21.88% from 255 or 11.55% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA37DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA37DB is #35C824. Grayscale: #757575. Windows color (decimal): -3524645 or 14366666. OLE color: 14366666.
HSL color Cylindrical-coordinate representation of color #CA37DB: hue angle of 293.78º degrees, saturation: 0.69, 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 #CA37DB is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 55 | 219 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.14 |
| HSL | 293.78º | 0.69% | 0.54% | - |
| HSV(B) | 293.78º | 0.75% | 0.86% | - |
| XYZ | 38.51 | 20.4 | 68.93 | - |
| YUV | 117.65 | 185.2 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 219 | 0.08 | 0.75 | 0 | 0.14 | 293.78 | 0.69 | 0.54 |
| Hex | CA | 37 | DB | 8 | 4B | 0 | E | 126 | 45 | 36 |
| Octal | 312 | 67 | 333 | 10 | 113 | 0 | 16 | 446 | 105 | 66 |
| Binary | 11001010 | 110111 | 11011011 | 1000 | 1001011 | 0 | 1110 | 100100110 | 1000101 | 110110 |
Color Harmonies of #CA37DB
Complementary color
Monochromatic Colors of #CA37DB
Black with #CA37DB
Text Example
Text Example
White with #CA37DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA37DB; }
p { color: rgb(202,55,219); }
H1.HeaderClassName
{
color: #CA37DB;
}
.AnyTagClassName
{
color: #CA37DB;
}
</style>
background-color css
<style>
a { background-color: #CA37DB; }
a { background-color: rgb(202,55,219); }
div.DivClassName
{
background-color: #CA37DB;
}
.BgClassName
{
background-color: #CA37DB;
}
</style>
border-color css
<style>
span { border-color: #CA37DB; }
span { border-color: rgb(202,55,219); }
td.TdClassName
{
border-color: #CA37DB;
}
.TagClassName
{
border-color: #CA37DB;
}
</style>