Shades of Orchid #C17ED2
Tints of Orchid #C17ED2
RGB
CMYK
RGB Variations
Color information
#C17ED2 (or 0xC17ED2) is known color: Orchid. HEX triplet: C1, 7E and D2. RGB value is (193,126,210). Sum of RGB (Red+Green+Blue) = 193+126+210=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 210 - color contains mainly: blue. Hex color #C17ED2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17ED2 is #3E812D. Grayscale: #9B9B9B. Windows color (decimal): -4096302 or 13795009. OLE color: 13795009.
HSL color Cylindrical-coordinate representation of color #C17ED2: hue angle of 287.86º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C17ED2 is Cyan = 0.08, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 193 | 126 | 210 | - |
| CMYK | 0.08 | 0.4 | 0 | 0.18 |
| HSL | 287.86º | 0.48% | 0.66% | - |
| HSV(B) | 287.86º | 0.4% | 0.82% | - |
| XYZ | 41.09 | 30.91 | 64.77 | - |
| YUV | 155.61 | 158.7 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 126 | 210 | 0.08 | 0.4 | 0 | 0.18 | 287.86 | 0.48 | 0.66 |
| Hex | C1 | 7E | D2 | 8 | 28 | 0 | 12 | 120 | 30 | 42 |
| Octal | 301 | 176 | 322 | 10 | 50 | 0 | 22 | 440 | 60 | 102 |
| Binary | 11000001 | 1111110 | 11010010 | 1000 | 101000 | 0 | 10010 | 100100000 | 110000 | 1000010 |
Color Harmonies of #C17ED2
Complementary color
Monochromatic Colors of #C17ED2
Black with #C17ED2
Text Example
Text Example
White with #C17ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17ED2; }
p { color: rgb(193,126,210); }
H1.HeaderClassName
{
color: #C17ED2;
}
.AnyTagClassName
{
color: #C17ED2;
}
</style>
background-color css
<style>
a { background-color: #C17ED2; }
a { background-color: rgb(193,126,210); }
div.DivClassName
{
background-color: #C17ED2;
}
.BgClassName
{
background-color: #C17ED2;
}
</style>
border-color css
<style>
span { border-color: #C17ED2; }
span { border-color: rgb(193,126,210); }
td.TdClassName
{
border-color: #C17ED2;
}
.TagClassName
{
border-color: #C17ED2;
}
</style>