Shades of Medium Orchid #C372E0
Tints of Medium Orchid #C372E0
RGB
CMYK
RGB Variations
Color information
#C372E0 (or 0xC372E0) is known color: Medium Orchid. HEX triplet: C3, 72 and E0. RGB value is (195,114,224). Sum of RGB (Red+Green+Blue) = 195+114+224=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 224 - color contains mainly: blue. Hex color #C372E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C372E0 is #3C8D1F. Grayscale: #969696. Windows color (decimal): -3968288 or 14709443. OLE color: 14709443.
HSL color Cylindrical-coordinate representation of color #C372E0: hue angle of 284.18º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C372E0 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 114 | 224 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.12 |
| HSL | 284.18º | 0.64% | 0.66% | - |
| HSV(B) | 284.18º | 0.49% | 0.88% | - |
| XYZ | 41.98 | 29.02 | 73.91 | - |
| YUV | 150.76 | 169.34 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 224 | 0.13 | 0.49 | 0 | 0.12 | 284.18 | 0.64 | 0.66 |
| Hex | C3 | 72 | E0 | D | 31 | 0 | C | 11C | 40 | 42 |
| Octal | 303 | 162 | 340 | 15 | 61 | 0 | 14 | 434 | 100 | 102 |
| Binary | 11000011 | 1110010 | 11100000 | 1101 | 110001 | 0 | 1100 | 100011100 | 1000000 | 1000010 |
Color Harmonies of #C372E0
Complementary color
Monochromatic Colors of #C372E0
Black with #C372E0
Text Example
Text Example
White with #C372E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C372E0; }
p { color: rgb(195,114,224); }
H1.HeaderClassName
{
color: #C372E0;
}
.AnyTagClassName
{
color: #C372E0;
}
</style>
background-color css
<style>
a { background-color: #C372E0; }
a { background-color: rgb(195,114,224); }
div.DivClassName
{
background-color: #C372E0;
}
.BgClassName
{
background-color: #C372E0;
}
</style>
border-color css
<style>
span { border-color: #C372E0; }
span { border-color: rgb(195,114,224); }
td.TdClassName
{
border-color: #C372E0;
}
.TagClassName
{
border-color: #C372E0;
}
</style>