Shades of Orchid #C674BC
Tints of Orchid #C674BC
RGB
CMYK
RGB Variations
Color information
#C674BC (or 0xC674BC) is known color: Orchid. HEX triplet: C6, 74 and BC. RGB value is (198,116,188). Sum of RGB (Red+Green+Blue) = 198+116+188=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 198 - color contains mainly: red. Hex color #C674BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C674BC is #398B43. Grayscale: #949494. Windows color (decimal): -3771204 or 12350662. OLE color: 12350662.
HSL color Cylindrical-coordinate representation of color #C674BC: hue angle of 307.32º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C674BC is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 116 | 188 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.22 |
| HSL | 307.32º | 0.42% | 0.62% | - |
| HSV(B) | 307.32º | 0.41% | 0.78% | - |
| XYZ | 38.61 | 28.13 | 50.97 | - |
| YUV | 148.73 | 150.17 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 116 | 188 | 0 | 0.41 | 0.05 | 0.22 | 307.32 | 0.42 | 0.62 |
| Hex | C6 | 74 | BC | 0 | 29 | 5 | 16 | 133 | 2A | 3E |
| Octal | 306 | 164 | 274 | 0 | 51 | 5 | 26 | 463 | 52 | 76 |
| Binary | 11000110 | 1110100 | 10111100 | 0 | 101001 | 101 | 10110 | 100110011 | 101010 | 111110 |
Color Harmonies of #C674BC
Complementary color
Monochromatic Colors of #C674BC
Black with #C674BC
Text Example
Text Example
White with #C674BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C674BC; }
p { color: rgb(198,116,188); }
H1.HeaderClassName
{
color: #C674BC;
}
.AnyTagClassName
{
color: #C674BC;
}
</style>
background-color css
<style>
a { background-color: #C674BC; }
a { background-color: rgb(198,116,188); }
div.DivClassName
{
background-color: #C674BC;
}
.BgClassName
{
background-color: #C674BC;
}
</style>
border-color css
<style>
span { border-color: #C674BC; }
span { border-color: rgb(198,116,188); }
td.TdClassName
{
border-color: #C674BC;
}
.TagClassName
{
border-color: #C674BC;
}
</style>