Shades of Orchid #C678C5
Tints of Orchid #C678C5
RGB
CMYK
RGB Variations
Color information
#C678C5 (or 0xC678C5) is known color: Orchid. HEX triplet: C6, 78 and C5. RGB value is (198,120,197). Sum of RGB (Red+Green+Blue) = 198+120+197=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C678C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C678C5 is #39873A. Grayscale: #979797. Windows color (decimal): -3770171 or 12941510. OLE color: 12941510.
HSL color Cylindrical-coordinate representation of color #C678C5: hue angle of 300.77º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C678C5 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 197 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.22 |
| HSL | 300.77º | 0.41% | 0.62% | - |
| HSV(B) | 300.77º | 0.39% | 0.78% | - |
| XYZ | 40.08 | 29.47 | 56.4 | - |
| YUV | 152.1 | 153.34 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 197 | 0 | 0.39 | 0.01 | 0.22 | 300.77 | 0.41 | 0.62 |
| Hex | C6 | 78 | C5 | 0 | 27 | 1 | 16 | 12D | 29 | 3E |
| Octal | 306 | 170 | 305 | 0 | 47 | 1 | 26 | 455 | 51 | 76 |
| Binary | 11000110 | 1111000 | 11000101 | 0 | 100111 | 1 | 10110 | 100101101 | 101001 | 111110 |
Color Harmonies of #C678C5
Complementary color
Monochromatic Colors of #C678C5
Black with #C678C5
Text Example
Text Example
White with #C678C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C678C5; }
p { color: rgb(198,120,197); }
H1.HeaderClassName
{
color: #C678C5;
}
.AnyTagClassName
{
color: #C678C5;
}
</style>
background-color css
<style>
a { background-color: #C678C5; }
a { background-color: rgb(198,120,197); }
div.DivClassName
{
background-color: #C678C5;
}
.BgClassName
{
background-color: #C678C5;
}
</style>
border-color css
<style>
span { border-color: #C678C5; }
span { border-color: rgb(198,120,197); }
td.TdClassName
{
border-color: #C678C5;
}
.TagClassName
{
border-color: #C678C5;
}
</style>