Shades of Orchid #C17CCB
Tints of Orchid #C17CCB
RGB
CMYK
RGB Variations
Color information
#C17CCB (or 0xC17CCB) is known color: Orchid. HEX triplet: C1, 7C and CB. RGB value is (193,124,203). Sum of RGB (Red+Green+Blue) = 193+124+203=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #C17CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17CCB is #3E8334. Grayscale: #999999. Windows color (decimal): -4096821 or 13335745. OLE color: 13335745.
HSL color Cylindrical-coordinate representation of color #C17CCB: hue angle of 292.41º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C17CCB is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 124 | 203 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.20 |
| HSL | 292.41º | 0.43% | 0.64% | - |
| HSV(B) | 292.41º | 0.39% | 0.8% | - |
| XYZ | 39.98 | 30.06 | 60.2 | - |
| YUV | 153.64 | 155.86 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 124 | 203 | 0.05 | 0.39 | 0 | 0.20 | 292.41 | 0.43 | 0.64 |
| Hex | C1 | 7C | CB | 5 | 27 | 0 | 14 | 124 | 2B | 40 |
| Octal | 301 | 174 | 313 | 5 | 47 | 0 | 24 | 444 | 53 | 100 |
| Binary | 11000001 | 1111100 | 11001011 | 101 | 100111 | 0 | 10100 | 100100100 | 101011 | 1000000 |
Color Harmonies of #C17CCB
Complementary color
Monochromatic Colors of #C17CCB
Black with #C17CCB
Text Example
Text Example
White with #C17CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17CCB; }
p { color: rgb(193,124,203); }
H1.HeaderClassName
{
color: #C17CCB;
}
.AnyTagClassName
{
color: #C17CCB;
}
</style>
background-color css
<style>
a { background-color: #C17CCB; }
a { background-color: rgb(193,124,203); }
div.DivClassName
{
background-color: #C17CCB;
}
.BgClassName
{
background-color: #C17CCB;
}
</style>
border-color css
<style>
span { border-color: #C17CCB; }
span { border-color: rgb(193,124,203); }
td.TdClassName
{
border-color: #C17CCB;
}
.TagClassName
{
border-color: #C17CCB;
}
</style>