Shades of Orchid #C179CF
Tints of Orchid #C179CF
RGB
CMYK
RGB Variations
Color information
#C179CF (or 0xC179CF) is known color: Orchid. HEX triplet: C1, 79 and CF. RGB value is (193,121,207). Sum of RGB (Red+Green+Blue) = 193+121+207=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #C179CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C179CF is #3E8630. Grayscale: #989898. Windows color (decimal): -4097585 or 13597121. OLE color: 13597121.
HSL color Cylindrical-coordinate representation of color #C179CF: hue angle of 290.23º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C179CF is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 121 | 207 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.19 |
| HSL | 290.23º | 0.47% | 0.64% | - |
| HSV(B) | 290.23º | 0.42% | 0.81% | - |
| XYZ | 40.09 | 29.52 | 62.62 | - |
| YUV | 152.33 | 158.85 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 121 | 207 | 0.07 | 0.42 | 0 | 0.19 | 290.23 | 0.47 | 0.64 |
| Hex | C1 | 79 | CF | 7 | 2A | 0 | 13 | 122 | 2F | 40 |
| Octal | 301 | 171 | 317 | 7 | 52 | 0 | 23 | 442 | 57 | 100 |
| Binary | 11000001 | 1111001 | 11001111 | 111 | 101010 | 0 | 10011 | 100100010 | 101111 | 1000000 |
Color Harmonies of #C179CF
Complementary color
Monochromatic Colors of #C179CF
Black with #C179CF
Text Example
Text Example
White with #C179CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C179CF; }
p { color: rgb(193,121,207); }
H1.HeaderClassName
{
color: #C179CF;
}
.AnyTagClassName
{
color: #C179CF;
}
</style>
background-color css
<style>
a { background-color: #C179CF; }
a { background-color: rgb(193,121,207); }
div.DivClassName
{
background-color: #C179CF;
}
.BgClassName
{
background-color: #C179CF;
}
</style>
border-color css
<style>
span { border-color: #C179CF; }
span { border-color: rgb(193,121,207); }
td.TdClassName
{
border-color: #C179CF;
}
.TagClassName
{
border-color: #C179CF;
}
</style>