Shades of Orchid #C174CE
Tints of Orchid #C174CE
RGB
CMYK
RGB Variations
Color information
#C174CE (or 0xC174CE) is known color: Orchid. HEX triplet: C1, 74 and CE. RGB value is (193,116,206). Sum of RGB (Red+Green+Blue) = 193+116+206=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 116 (45.70% from 255 or 22.52% 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 #C174CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C174CE is #3E8B31. Grayscale: #959595. Windows color (decimal): -4098866 or 13530305. OLE color: 13530305.
HSL color Cylindrical-coordinate representation of color #C174CE: hue angle of 291.33º degrees, saturation: 0.48, 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 #C174CE is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 116 | 206 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.19 |
| HSL | 291.33º | 0.48% | 0.63% | - |
| HSV(B) | 291.33º | 0.44% | 0.81% | - |
| XYZ | 39.38 | 28.28 | 61.78 | - |
| YUV | 149.28 | 160.01 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 206 | 0.06 | 0.44 | 0 | 0.19 | 291.33 | 0.48 | 0.63 |
| Hex | C1 | 74 | CE | 6 | 2C | 0 | 13 | 123 | 30 | 3F |
| Octal | 301 | 164 | 316 | 6 | 54 | 0 | 23 | 443 | 60 | 77 |
| Binary | 11000001 | 1110100 | 11001110 | 110 | 101100 | 0 | 10011 | 100100011 | 110000 | 111111 |
Color Harmonies of #C174CE
Complementary color
Monochromatic Colors of #C174CE
Black with #C174CE
Text Example
Text Example
White with #C174CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C174CE; }
p { color: rgb(193,116,206); }
H1.HeaderClassName
{
color: #C174CE;
}
.AnyTagClassName
{
color: #C174CE;
}
</style>
background-color css
<style>
a { background-color: #C174CE; }
a { background-color: rgb(193,116,206); }
div.DivClassName
{
background-color: #C174CE;
}
.BgClassName
{
background-color: #C174CE;
}
</style>
border-color css
<style>
span { border-color: #C174CE; }
span { border-color: rgb(193,116,206); }
td.TdClassName
{
border-color: #C174CE;
}
.TagClassName
{
border-color: #C174CE;
}
</style>