Shades of Orchid #C372C9
Tints of Orchid #C372C9
RGB
CMYK
RGB Variations
Color information
#C372C9 (or 0xC372C9) is known color: Orchid. HEX triplet: C3, 72 and C9. RGB value is (195,114,201). Sum of RGB (Red+Green+Blue) = 195+114+201=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 201 - color contains mainly: blue. Hex color #C372C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C372C9 is #3C8D36. Grayscale: #939393. Windows color (decimal): -3968311 or 13202115. OLE color: 13202115.
HSL color Cylindrical-coordinate representation of color #C372C9: hue angle of 295.86º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C372C9 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 114 | 201 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.21 |
| HSL | 295.86º | 0.45% | 0.62% | - |
| HSV(B) | 295.86º | 0.43% | 0.79% | - |
| XYZ | 39.07 | 27.85 | 58.58 | - |
| YUV | 148.14 | 157.84 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 201 | 0.03 | 0.43 | 0 | 0.21 | 295.86 | 0.45 | 0.62 |
| Hex | C3 | 72 | C9 | 3 | 2B | 0 | 15 | 128 | 2D | 3E |
| Octal | 303 | 162 | 311 | 3 | 53 | 0 | 25 | 450 | 55 | 76 |
| Binary | 11000011 | 1110010 | 11001001 | 11 | 101011 | 0 | 10101 | 100101000 | 101101 | 111110 |
Color Harmonies of #C372C9
Complementary color
Monochromatic Colors of #C372C9
Black with #C372C9
Text Example
Text Example
White with #C372C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C372C9; }
p { color: rgb(195,114,201); }
H1.HeaderClassName
{
color: #C372C9;
}
.AnyTagClassName
{
color: #C372C9;
}
</style>
background-color css
<style>
a { background-color: #C372C9; }
a { background-color: rgb(195,114,201); }
div.DivClassName
{
background-color: #C372C9;
}
.BgClassName
{
background-color: #C372C9;
}
</style>
border-color css
<style>
span { border-color: #C372C9; }
span { border-color: rgb(195,114,201); }
td.TdClassName
{
border-color: #C372C9;
}
.TagClassName
{
border-color: #C372C9;
}
</style>