Shades of Medium Orchid #C174DB
Tints of Medium Orchid #C174DB
RGB
CMYK
RGB Variations
Color information
#C174DB (or 0xC174DB) is known color: Medium Orchid. HEX triplet: C1, 74 and DB. RGB value is (193,116,219). Sum of RGB (Red+Green+Blue) = 193+116+219=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #C174DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C174DB is #3E8B24. Grayscale: #969696. Windows color (decimal): -4098853 or 14382273. OLE color: 14382273.
HSL color Cylindrical-coordinate representation of color #C174DB: hue angle of 284.85º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C174DB is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 116 | 219 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.14 |
| HSL | 284.85º | 0.59% | 0.66% | - |
| HSV(B) | 284.85º | 0.47% | 0.86% | - |
| XYZ | 41.02 | 28.94 | 70.44 | - |
| YUV | 150.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 116 | 219 | 0.12 | 0.47 | 0 | 0.14 | 284.85 | 0.59 | 0.66 |
| Hex | C1 | 74 | DB | C | 2F | 0 | E | 11D | 3B | 42 |
| Octal | 301 | 164 | 333 | 14 | 57 | 0 | 16 | 435 | 73 | 102 |
| Binary | 11000001 | 1110100 | 11011011 | 1100 | 101111 | 0 | 1110 | 100011101 | 111011 | 1000010 |
Color Harmonies of #C174DB
Complementary color
Monochromatic Colors of #C174DB
Black with #C174DB
Text Example
Text Example
White with #C174DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C174DB; }
p { color: rgb(193,116,219); }
H1.HeaderClassName
{
color: #C174DB;
}
.AnyTagClassName
{
color: #C174DB;
}
</style>
background-color css
<style>
a { background-color: #C174DB; }
a { background-color: rgb(193,116,219); }
div.DivClassName
{
background-color: #C174DB;
}
.BgClassName
{
background-color: #C174DB;
}
</style>
border-color css
<style>
span { border-color: #C174DB; }
span { border-color: rgb(193,116,219); }
td.TdClassName
{
border-color: #C174DB;
}
.TagClassName
{
border-color: #C174DB;
}
</style>