Shades of Orchid #C371C9
Tints of Orchid #C371C9
RGB
CMYK
RGB Variations
Color information
#C371C9 (or 0xC371C9) is known color: Orchid. HEX triplet: C3, 71 and C9. RGB value is (195,113,201). Sum of RGB (Red+Green+Blue) = 195+113+201=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 201 - color contains mainly: blue. Hex color #C371C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C371C9 is #3C8E36. Grayscale: #939393. Windows color (decimal): -3968567 or 13201859. OLE color: 13201859.
HSL color Cylindrical-coordinate representation of color #C371C9: hue angle of 295.91º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C371C9 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 113 | 201 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.21 |
| HSL | 295.91º | 0.45% | 0.62% | - |
| HSV(B) | 295.91º | 0.44% | 0.79% | - |
| XYZ | 38.95 | 27.63 | 58.54 | - |
| YUV | 147.55 | 158.17 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 113 | 201 | 0.03 | 0.44 | 0 | 0.21 | 295.91 | 0.45 | 0.62 |
| Hex | C3 | 71 | C9 | 3 | 2C | 0 | 15 | 128 | 2D | 3E |
| Octal | 303 | 161 | 311 | 3 | 54 | 0 | 25 | 450 | 55 | 76 |
| Binary | 11000011 | 1110001 | 11001001 | 11 | 101100 | 0 | 10101 | 100101000 | 101101 | 111110 |
Color Harmonies of #C371C9
Complementary color
Monochromatic Colors of #C371C9
Black with #C371C9
Text Example
Text Example
White with #C371C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C371C9; }
p { color: rgb(195,113,201); }
H1.HeaderClassName
{
color: #C371C9;
}
.AnyTagClassName
{
color: #C371C9;
}
</style>
background-color css
<style>
a { background-color: #C371C9; }
a { background-color: rgb(195,113,201); }
div.DivClassName
{
background-color: #C371C9;
}
.BgClassName
{
background-color: #C371C9;
}
</style>
border-color css
<style>
span { border-color: #C371C9; }
span { border-color: rgb(195,113,201); }
td.TdClassName
{
border-color: #C371C9;
}
.TagClassName
{
border-color: #C371C9;
}
</style>