Shades of Orchid #C678CE
Tints of Orchid #C678CE
RGB
CMYK
RGB Variations
Color information
#C678CE (or 0xC678CE) is known color: Orchid. HEX triplet: C6, 78 and CE. RGB value is (198,120,206). Sum of RGB (Red+Green+Blue) = 198+120+206=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 120 (47.27% from 255 or 22.90% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #C678CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C678CE is #398731. Grayscale: #989898. Windows color (decimal): -3770162 or 13531334. OLE color: 13531334.
HSL color Cylindrical-coordinate representation of color #C678CE: hue angle of 294.42º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C678CE is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 120 | 206 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.19 |
| HSL | 294.42º | 0.47% | 0.64% | - |
| HSV(B) | 294.42º | 0.42% | 0.81% | - |
| XYZ | 41.15 | 29.89 | 61.99 | - |
| YUV | 153.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 206 | 0.04 | 0.42 | 0 | 0.19 | 294.42 | 0.47 | 0.64 |
| Hex | C6 | 78 | CE | 4 | 2A | 0 | 13 | 126 | 2F | 40 |
| Octal | 306 | 170 | 316 | 4 | 52 | 0 | 23 | 446 | 57 | 100 |
| Binary | 11000110 | 1111000 | 11001110 | 100 | 101010 | 0 | 10011 | 100100110 | 101111 | 1000000 |
Color Harmonies of #C678CE
Complementary color
Monochromatic Colors of #C678CE
Black with #C678CE
Text Example
Text Example
White with #C678CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C678CE; }
p { color: rgb(198,120,206); }
H1.HeaderClassName
{
color: #C678CE;
}
.AnyTagClassName
{
color: #C678CE;
}
</style>
background-color css
<style>
a { background-color: #C678CE; }
a { background-color: rgb(198,120,206); }
div.DivClassName
{
background-color: #C678CE;
}
.BgClassName
{
background-color: #C678CE;
}
</style>
border-color css
<style>
span { border-color: #C678CE; }
span { border-color: rgb(198,120,206); }
td.TdClassName
{
border-color: #C678CE;
}
.TagClassName
{
border-color: #C678CE;
}
</style>