Shades of Orchid #C175CD
Tints of Orchid #C175CD
RGB
CMYK
RGB Variations
Color information
#C175CD (or 0xC175CD) is known color: Orchid. HEX triplet: C1, 75 and CD. RGB value is (193,117,205). Sum of RGB (Red+Green+Blue) = 193+117+205=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #C175CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C175CD is #3E8A32. Grayscale: #959595. Windows color (decimal): -4098611 or 13465025. OLE color: 13465025.
HSL color Cylindrical-coordinate representation of color #C175CD: hue angle of 291.82º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C175CD is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 117 | 205 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.20 |
| HSL | 291.82º | 0.47% | 0.63% | - |
| HSV(B) | 291.82º | 0.43% | 0.8% | - |
| XYZ | 39.37 | 28.47 | 61.18 | - |
| YUV | 149.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 205 | 0.06 | 0.43 | 0 | 0.20 | 291.82 | 0.47 | 0.63 |
| Hex | C1 | 75 | CD | 6 | 2B | 0 | 14 | 124 | 2F | 3F |
| Octal | 301 | 165 | 315 | 6 | 53 | 0 | 24 | 444 | 57 | 77 |
| Binary | 11000001 | 1110101 | 11001101 | 110 | 101011 | 0 | 10100 | 100100100 | 101111 | 111111 |
Color Harmonies of #C175CD
Complementary color
Monochromatic Colors of #C175CD
Black with #C175CD
Text Example
Text Example
White with #C175CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C175CD; }
p { color: rgb(193,117,205); }
H1.HeaderClassName
{
color: #C175CD;
}
.AnyTagClassName
{
color: #C175CD;
}
</style>
background-color css
<style>
a { background-color: #C175CD; }
a { background-color: rgb(193,117,205); }
div.DivClassName
{
background-color: #C175CD;
}
.BgClassName
{
background-color: #C175CD;
}
</style>
border-color css
<style>
span { border-color: #C175CD; }
span { border-color: rgb(193,117,205); }
td.TdClassName
{
border-color: #C175CD;
}
.TagClassName
{
border-color: #C175CD;
}
</style>