Shades of Orchid #C373CF
Tints of Orchid #C373CF
RGB
CMYK
RGB Variations
Color information
#C373CF (or 0xC373CF) is known color: Orchid. HEX triplet: C3, 73 and CF. RGB value is (195,115,207). Sum of RGB (Red+Green+Blue) = 195+115+207=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 115 (45.31% from 255 or 22.24% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #C373CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C373CF is #3C8C30. Grayscale: #959595. Windows color (decimal): -3968049 or 13595587. OLE color: 13595587.
HSL color Cylindrical-coordinate representation of color #C373CF: hue angle of 292.17º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C373CF is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 115 | 207 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.19 |
| HSL | 292.17º | 0.49% | 0.63% | - |
| HSV(B) | 292.17º | 0.44% | 0.81% | - |
| XYZ | 39.9 | 28.37 | 62.4 | - |
| YUV | 149.41 | 160.5 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 207 | 0.06 | 0.44 | 0 | 0.19 | 292.17 | 0.49 | 0.63 |
| Hex | C3 | 73 | CF | 6 | 2C | 0 | 13 | 124 | 31 | 3F |
| Octal | 303 | 163 | 317 | 6 | 54 | 0 | 23 | 444 | 61 | 77 |
| Binary | 11000011 | 1110011 | 11001111 | 110 | 101100 | 0 | 10011 | 100100100 | 110001 | 111111 |
Color Harmonies of #C373CF
Complementary color
Monochromatic Colors of #C373CF
Black with #C373CF
Text Example
Text Example
White with #C373CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C373CF; }
p { color: rgb(195,115,207); }
H1.HeaderClassName
{
color: #C373CF;
}
.AnyTagClassName
{
color: #C373CF;
}
</style>
background-color css
<style>
a { background-color: #C373CF; }
a { background-color: rgb(195,115,207); }
div.DivClassName
{
background-color: #C373CF;
}
.BgClassName
{
background-color: #C373CF;
}
</style>
border-color css
<style>
span { border-color: #C373CF; }
span { border-color: rgb(195,115,207); }
td.TdClassName
{
border-color: #C373CF;
}
.TagClassName
{
border-color: #C373CF;
}
</style>