Shades of Orchid #C372CE
Tints of Orchid #C372CE
RGB
CMYK
RGB Variations
Color information
#C372CE (or 0xC372CE) is known color: Orchid. HEX triplet: C3, 72 and CE. RGB value is (195,114,206). Sum of RGB (Red+Green+Blue) = 195+114+206=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #C372CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C372CE is #3C8D31. Grayscale: #949494. Windows color (decimal): -3968306 or 13529795. OLE color: 13529795.
HSL color Cylindrical-coordinate representation of color #C372CE: hue angle of 292.83º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C372CE is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 114 | 206 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.19 |
| HSL | 292.83º | 0.48% | 0.63% | - |
| HSV(B) | 292.83º | 0.45% | 0.81% | - |
| XYZ | 39.66 | 28.09 | 61.72 | - |
| YUV | 148.71 | 160.34 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 206 | 0.05 | 0.45 | 0 | 0.19 | 292.83 | 0.48 | 0.63 |
| Hex | C3 | 72 | CE | 5 | 2D | 0 | 13 | 125 | 30 | 3F |
| Octal | 303 | 162 | 316 | 5 | 55 | 0 | 23 | 445 | 60 | 77 |
| Binary | 11000011 | 1110010 | 11001110 | 101 | 101101 | 0 | 10011 | 100100101 | 110000 | 111111 |
Color Harmonies of #C372CE
Complementary color
Monochromatic Colors of #C372CE
Black with #C372CE
Text Example
Text Example
White with #C372CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C372CE; }
p { color: rgb(195,114,206); }
H1.HeaderClassName
{
color: #C372CE;
}
.AnyTagClassName
{
color: #C372CE;
}
</style>
background-color css
<style>
a { background-color: #C372CE; }
a { background-color: rgb(195,114,206); }
div.DivClassName
{
background-color: #C372CE;
}
.BgClassName
{
background-color: #C372CE;
}
</style>
border-color css
<style>
span { border-color: #C372CE; }
span { border-color: rgb(195,114,206); }
td.TdClassName
{
border-color: #C372CE;
}
.TagClassName
{
border-color: #C372CE;
}
</style>