Shades of Medium Orchid #CA37D5
Tints of Medium Orchid #CA37D5
RGB
CMYK
RGB Variations
Color information
#CA37D5 (or 0xCA37D5) is known color: Medium Orchid. HEX triplet: CA, 37 and D5. RGB value is (202,55,213). Sum of RGB (Red+Green+Blue) = 202+55+213=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 55 (21.88% from 255 or 11.70% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA37D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA37D5 is #35C82A. Grayscale: #747474. Windows color (decimal): -3524651 or 13973450. OLE color: 13973450.
HSL color Cylindrical-coordinate representation of color #CA37D5: hue angle of 295.82º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA37D5 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 55 | 213 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.16 |
| HSL | 295.82º | 0.65% | 0.53% | - |
| HSV(B) | 295.82º | 0.74% | 0.84% | - |
| XYZ | 37.73 | 20.09 | 64.84 | - |
| YUV | 116.97 | 182.2 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 213 | 0.05 | 0.74 | 0 | 0.16 | 295.82 | 0.65 | 0.53 |
| Hex | CA | 37 | D5 | 5 | 4A | 0 | 10 | 128 | 41 | 35 |
| Octal | 312 | 67 | 325 | 5 | 112 | 0 | 20 | 450 | 101 | 65 |
| Binary | 11001010 | 110111 | 11010101 | 101 | 1001010 | 0 | 10000 | 100101000 | 1000001 | 110101 |
Color Harmonies of #CA37D5
Complementary color
Monochromatic Colors of #CA37D5
Black with #CA37D5
Text Example
Text Example
White with #CA37D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA37D5; }
p { color: rgb(202,55,213); }
H1.HeaderClassName
{
color: #CA37D5;
}
.AnyTagClassName
{
color: #CA37D5;
}
</style>
background-color css
<style>
a { background-color: #CA37D5; }
a { background-color: rgb(202,55,213); }
div.DivClassName
{
background-color: #CA37D5;
}
.BgClassName
{
background-color: #CA37D5;
}
</style>
border-color css
<style>
span { border-color: #CA37D5; }
span { border-color: rgb(202,55,213); }
td.TdClassName
{
border-color: #CA37D5;
}
.TagClassName
{
border-color: #CA37D5;
}
</style>