Shades of Medium Orchid #CA37D6
Tints of Medium Orchid #CA37D6
RGB
CMYK
RGB Variations
Color information
#CA37D6 (or 0xCA37D6) is known color: Medium Orchid. HEX triplet: CA, 37 and D6. RGB value is (202,55,214). Sum of RGB (Red+Green+Blue) = 202+55+214=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 55 (21.88% from 255 or 11.68% from 471); Blue value is 214 (83.98% from 255 or 45.44% from 471); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA37D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA37D6 is #35C829. Grayscale: #747474. Windows color (decimal): -3524650 or 14038986. OLE color: 14038986.
HSL color Cylindrical-coordinate representation of color #CA37D6: hue angle of 295.47º degrees, saturation: 0.66, 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 #CA37D6 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 55 | 214 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.16 |
| HSL | 295.47º | 0.66% | 0.53% | - |
| HSV(B) | 295.47º | 0.74% | 0.84% | - |
| XYZ | 37.86 | 20.14 | 65.51 | - |
| YUV | 117.08 | 182.7 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 214 | 0.06 | 0.74 | 0 | 0.16 | 295.47 | 0.66 | 0.53 |
| Hex | CA | 37 | D6 | 6 | 4A | 0 | 10 | 127 | 42 | 35 |
| Octal | 312 | 67 | 326 | 6 | 112 | 0 | 20 | 447 | 102 | 65 |
| Binary | 11001010 | 110111 | 11010110 | 110 | 1001010 | 0 | 10000 | 100100111 | 1000010 | 110101 |
Color Harmonies of #CA37D6
Complementary color
Monochromatic Colors of #CA37D6
Black with #CA37D6
Text Example
Text Example
White with #CA37D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA37D6; }
p { color: rgb(202,55,214); }
H1.HeaderClassName
{
color: #CA37D6;
}
.AnyTagClassName
{
color: #CA37D6;
}
</style>
background-color css
<style>
a { background-color: #CA37D6; }
a { background-color: rgb(202,55,214); }
div.DivClassName
{
background-color: #CA37D6;
}
.BgClassName
{
background-color: #CA37D6;
}
</style>
border-color css
<style>
span { border-color: #CA37D6; }
span { border-color: rgb(202,55,214); }
td.TdClassName
{
border-color: #CA37D6;
}
.TagClassName
{
border-color: #CA37D6;
}
</style>