Shades of Orchid #C172CB
Tints of Orchid #C172CB
RGB
CMYK
RGB Variations
Color information
#C172CB (or 0xC172CB) is known color: Orchid. HEX triplet: C1, 72 and CB. RGB value is (193,114,203). Sum of RGB (Red+Green+Blue) = 193+114+203=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 114 (44.92% from 255 or 22.35% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #C172CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172CB is #3E8D34. Grayscale: #939393. Windows color (decimal): -4099381 or 13333185. OLE color: 13333185.
HSL color Cylindrical-coordinate representation of color #C172CB: hue angle of 293.26º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C172CB is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 114 | 203 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.20 |
| HSL | 293.26º | 0.46% | 0.62% | - |
| HSV(B) | 293.26º | 0.44% | 0.8% | - |
| XYZ | 38.79 | 27.68 | 59.8 | - |
| YUV | 147.77 | 159.17 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 203 | 0.05 | 0.44 | 0 | 0.20 | 293.26 | 0.46 | 0.62 |
| Hex | C1 | 72 | CB | 5 | 2C | 0 | 14 | 125 | 2E | 3E |
| Octal | 301 | 162 | 313 | 5 | 54 | 0 | 24 | 445 | 56 | 76 |
| Binary | 11000001 | 1110010 | 11001011 | 101 | 101100 | 0 | 10100 | 100100101 | 101110 | 111110 |
Color Harmonies of #C172CB
Complementary color
Monochromatic Colors of #C172CB
Black with #C172CB
Text Example
Text Example
White with #C172CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C172CB; }
p { color: rgb(193,114,203); }
H1.HeaderClassName
{
color: #C172CB;
}
.AnyTagClassName
{
color: #C172CB;
}
</style>
background-color css
<style>
a { background-color: #C172CB; }
a { background-color: rgb(193,114,203); }
div.DivClassName
{
background-color: #C172CB;
}
.BgClassName
{
background-color: #C172CB;
}
</style>
border-color css
<style>
span { border-color: #C172CB; }
span { border-color: rgb(193,114,203); }
td.TdClassName
{
border-color: #C172CB;
}
.TagClassName
{
border-color: #C172CB;
}
</style>