Shades of Orchid #C174CD
Tints of Orchid #C174CD
RGB
CMYK
RGB Variations
Color information
#C174CD (or 0xC174CD) is known color: Orchid. HEX triplet: C1, 74 and CD. RGB value is (193,116,205). Sum of RGB (Red+Green+Blue) = 193+116+205=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #C174CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C174CD is #3E8B32. Grayscale: #949494. Windows color (decimal): -4098867 or 13464769. OLE color: 13464769.
HSL color Cylindrical-coordinate representation of color #C174CD: hue angle of 291.91º 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 #C174CD is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 116 | 205 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.20 |
| HSL | 291.91º | 0.47% | 0.63% | - |
| HSV(B) | 291.91º | 0.43% | 0.8% | - |
| XYZ | 39.26 | 28.24 | 61.14 | - |
| YUV | 149.17 | 159.51 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 205 | 0.06 | 0.43 | 0 | 0.20 | 291.91 | 0.47 | 0.63 |
| Hex | C1 | 74 | CD | 6 | 2B | 0 | 14 | 124 | 2F | 3F |
| Octal | 301 | 164 | 315 | 6 | 53 | 0 | 24 | 444 | 57 | 77 |
| Binary | 11000001 | 1110100 | 11001101 | 110 | 101011 | 0 | 10100 | 100100100 | 101111 | 111111 |
Color Harmonies of #C174CD
Complementary color
Monochromatic Colors of #C174CD
Black with #C174CD
Text Example
Text Example
White with #C174CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C174CD; }
p { color: rgb(193,116,205); }
H1.HeaderClassName
{
color: #C174CD;
}
.AnyTagClassName
{
color: #C174CD;
}
</style>
background-color css
<style>
a { background-color: #C174CD; }
a { background-color: rgb(193,116,205); }
div.DivClassName
{
background-color: #C174CD;
}
.BgClassName
{
background-color: #C174CD;
}
</style>
border-color css
<style>
span { border-color: #C174CD; }
span { border-color: rgb(193,116,205); }
td.TdClassName
{
border-color: #C174CD;
}
.TagClassName
{
border-color: #C174CD;
}
</style>