Shades of Orchid #C17BCC
Tints of Orchid #C17BCC
RGB
CMYK
RGB Variations
Color information
#C17BCC (or 0xC17BCC) is known color: Orchid. HEX triplet: C1, 7B and CC. RGB value is (193,123,204). Sum of RGB (Red+Green+Blue) = 193+123+204=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #C17BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17BCC is #3E8433. Grayscale: #989898. Windows color (decimal): -4097076 or 13401025. OLE color: 13401025.
HSL color Cylindrical-coordinate representation of color #C17BCC: hue angle of 291.85º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C17BCC is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 123 | 204 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.2 |
| HSL | 291.85º | 0.44% | 0.64% | - |
| HSV(B) | 291.85º | 0.4% | 0.8% | - |
| XYZ | 39.97 | 29.86 | 60.78 | - |
| YUV | 153.16 | 156.69 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 204 | 0.05 | 0.40 | 0 | 0.2 | 291.85 | 0.44 | 0.64 |
| Hex | C1 | 7B | CC | 5 | 28 | 0 | 14 | 124 | 2C | 40 |
| Octal | 301 | 173 | 314 | 5 | 50 | 0 | 24 | 444 | 54 | 100 |
| Binary | 11000001 | 1111011 | 11001100 | 101 | 101000 | 0 | 10100 | 100100100 | 101100 | 1000000 |
Color Harmonies of #C17BCC
Complementary color
Monochromatic Colors of #C17BCC
Black with #C17BCC
Text Example
Text Example
White with #C17BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17BCC; }
p { color: rgb(193,123,204); }
H1.HeaderClassName
{
color: #C17BCC;
}
.AnyTagClassName
{
color: #C17BCC;
}
</style>
background-color css
<style>
a { background-color: #C17BCC; }
a { background-color: rgb(193,123,204); }
div.DivClassName
{
background-color: #C17BCC;
}
.BgClassName
{
background-color: #C17BCC;
}
</style>
border-color css
<style>
span { border-color: #C17BCC; }
span { border-color: rgb(193,123,204); }
td.TdClassName
{
border-color: #C17BCC;
}
.TagClassName
{
border-color: #C17BCC;
}
</style>