Shades of Orchid #C175CE
Tints of Orchid #C175CE
RGB
CMYK
RGB Variations
Color information
#C175CE (or 0xC175CE) is known color: Orchid. HEX triplet: C1, 75 and CE. RGB value is (193,117,206). Sum of RGB (Red+Green+Blue) = 193+117+206=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #C175CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C175CE is #3E8A31. Grayscale: #959595. Windows color (decimal): -4098610 or 13530561. OLE color: 13530561.
HSL color Cylindrical-coordinate representation of color #C175CE: hue angle of 291.24º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C175CE is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 117 | 206 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.19 |
| HSL | 291.24º | 0.48% | 0.63% | - |
| HSV(B) | 291.24º | 0.43% | 0.81% | - |
| XYZ | 39.49 | 28.52 | 61.82 | - |
| YUV | 149.87 | 159.68 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 206 | 0.06 | 0.43 | 0 | 0.19 | 291.24 | 0.48 | 0.63 |
| Hex | C1 | 75 | CE | 6 | 2B | 0 | 13 | 123 | 30 | 3F |
| Octal | 301 | 165 | 316 | 6 | 53 | 0 | 23 | 443 | 60 | 77 |
| Binary | 11000001 | 1110101 | 11001110 | 110 | 101011 | 0 | 10011 | 100100011 | 110000 | 111111 |
Color Harmonies of #C175CE
Complementary color
Monochromatic Colors of #C175CE
Black with #C175CE
Text Example
Text Example
White with #C175CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C175CE; }
p { color: rgb(193,117,206); }
H1.HeaderClassName
{
color: #C175CE;
}
.AnyTagClassName
{
color: #C175CE;
}
</style>
background-color css
<style>
a { background-color: #C175CE; }
a { background-color: rgb(193,117,206); }
div.DivClassName
{
background-color: #C175CE;
}
.BgClassName
{
background-color: #C175CE;
}
</style>
border-color css
<style>
span { border-color: #C175CE; }
span { border-color: rgb(193,117,206); }
td.TdClassName
{
border-color: #C175CE;
}
.TagClassName
{
border-color: #C175CE;
}
</style>