Shades of Orchid #C678D7
Tints of Orchid #C678D7
RGB
CMYK
RGB Variations
Color information
#C678D7 (or 0xC678D7) is known color: Orchid. HEX triplet: C6, 78 and D7. RGB value is (198,120,215). Sum of RGB (Red+Green+Blue) = 198+120+215=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 120 (47.27% from 255 or 22.51% from 533); Blue value is 215 (84.38% from 255 or 40.34% from 533); Max value from RGB is 215 - color contains mainly: blue. Hex color #C678D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C678D7 is #398728. Grayscale: #999999. Windows color (decimal): -3770153 or 14121158. OLE color: 14121158.
HSL color Cylindrical-coordinate representation of color #C678D7: hue angle of 289.26º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C678D7 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 120 | 215 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.16 |
| HSL | 289.26º | 0.54% | 0.66% | - |
| HSV(B) | 289.26º | 0.44% | 0.84% | - |
| XYZ | 42.27 | 30.35 | 67.92 | - |
| YUV | 154.15 | 162.34 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 215 | 0.08 | 0.44 | 0 | 0.16 | 289.26 | 0.54 | 0.66 |
| Hex | C6 | 78 | D7 | 8 | 2C | 0 | 10 | 121 | 36 | 42 |
| Octal | 306 | 170 | 327 | 10 | 54 | 0 | 20 | 441 | 66 | 102 |
| Binary | 11000110 | 1111000 | 11010111 | 1000 | 101100 | 0 | 10000 | 100100001 | 110110 | 1000010 |
Color Harmonies of #C678D7
Complementary color
Monochromatic Colors of #C678D7
Black with #C678D7
Text Example
Text Example
White with #C678D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C678D7; }
p { color: rgb(198,120,215); }
H1.HeaderClassName
{
color: #C678D7;
}
.AnyTagClassName
{
color: #C678D7;
}
</style>
background-color css
<style>
a { background-color: #C678D7; }
a { background-color: rgb(198,120,215); }
div.DivClassName
{
background-color: #C678D7;
}
.BgClassName
{
background-color: #C678D7;
}
</style>
border-color css
<style>
span { border-color: #C678D7; }
span { border-color: rgb(198,120,215); }
td.TdClassName
{
border-color: #C678D7;
}
.TagClassName
{
border-color: #C678D7;
}
</style>