Shades of Orchid #C172C8
Tints of Orchid #C172C8
RGB
CMYK
RGB Variations
Color information
#C172C8 (or 0xC172C8) is known color: Orchid. HEX triplet: C1, 72 and C8. RGB value is (193,114,200). Sum of RGB (Red+Green+Blue) = 193+114+200=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 200 - color contains mainly: blue. Hex color #C172C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172C8 is #3E8D37. Grayscale: #939393. Windows color (decimal): -4099384 or 13136577. OLE color: 13136577.
HSL color Cylindrical-coordinate representation of color #C172C8: hue angle of 295.12º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C172C8 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 114 | 200 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.22 |
| HSL | 295.12º | 0.44% | 0.62% | - |
| HSV(B) | 295.12º | 0.43% | 0.78% | - |
| XYZ | 38.43 | 27.54 | 57.93 | - |
| YUV | 147.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 200 | 0.04 | 0.43 | 0 | 0.22 | 295.12 | 0.44 | 0.62 |
| Hex | C1 | 72 | C8 | 4 | 2B | 0 | 16 | 127 | 2C | 3E |
| Octal | 301 | 162 | 310 | 4 | 53 | 0 | 26 | 447 | 54 | 76 |
| Binary | 11000001 | 1110010 | 11001000 | 100 | 101011 | 0 | 10110 | 100100111 | 101100 | 111110 |
Color Harmonies of #C172C8
Complementary color
Monochromatic Colors of #C172C8
Black with #C172C8
Text Example
Text Example
White with #C172C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C172C8; }
p { color: rgb(193,114,200); }
H1.HeaderClassName
{
color: #C172C8;
}
.AnyTagClassName
{
color: #C172C8;
}
</style>
background-color css
<style>
a { background-color: #C172C8; }
a { background-color: rgb(193,114,200); }
div.DivClassName
{
background-color: #C172C8;
}
.BgClassName
{
background-color: #C172C8;
}
</style>
border-color css
<style>
span { border-color: #C172C8; }
span { border-color: rgb(193,114,200); }
td.TdClassName
{
border-color: #C172C8;
}
.TagClassName
{
border-color: #C172C8;
}
</style>