Shades of Orchid #C177D8
Tints of Orchid #C177D8
RGB
CMYK
RGB Variations
Color information
#C177D8 (or 0xC177D8) is known color: Orchid. HEX triplet: C1, 77 and D8. RGB value is (193,119,216). Sum of RGB (Red+Green+Blue) = 193+119+216=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 119 (46.88% from 255 or 22.54% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #C177D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C177D8 is #3E8827. Grayscale: #979797. Windows color (decimal): -4098088 or 14186433. OLE color: 14186433.
HSL color Cylindrical-coordinate representation of color #C177D8: hue angle of 285.77º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C177D8 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 119 | 216 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.15 |
| HSL | 285.77º | 0.55% | 0.66% | - |
| HSV(B) | 285.77º | 0.45% | 0.85% | - |
| XYZ | 40.98 | 29.49 | 68.5 | - |
| YUV | 152.18 | 164.02 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 119 | 216 | 0.11 | 0.45 | 0 | 0.15 | 285.77 | 0.55 | 0.66 |
| Hex | C1 | 77 | D8 | B | 2D | 0 | F | 11E | 37 | 42 |
| Octal | 301 | 167 | 330 | 13 | 55 | 0 | 17 | 436 | 67 | 102 |
| Binary | 11000001 | 1110111 | 11011000 | 1011 | 101101 | 0 | 1111 | 100011110 | 110111 | 1000010 |
Color Harmonies of #C177D8
Complementary color
Monochromatic Colors of #C177D8
Black with #C177D8
Text Example
Text Example
White with #C177D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C177D8; }
p { color: rgb(193,119,216); }
H1.HeaderClassName
{
color: #C177D8;
}
.AnyTagClassName
{
color: #C177D8;
}
</style>
background-color css
<style>
a { background-color: #C177D8; }
a { background-color: rgb(193,119,216); }
div.DivClassName
{
background-color: #C177D8;
}
.BgClassName
{
background-color: #C177D8;
}
</style>
border-color css
<style>
span { border-color: #C177D8; }
span { border-color: rgb(193,119,216); }
td.TdClassName
{
border-color: #C177D8;
}
.TagClassName
{
border-color: #C177D8;
}
</style>