Shades of Orchid #C678C3
Tints of Orchid #C678C3
RGB
CMYK
RGB Variations
Color information
#C678C3 (or 0xC678C3) is known color: Orchid. HEX triplet: C6, 78 and C3. RGB value is (198,120,195). Sum of RGB (Red+Green+Blue) = 198+120+195=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 120 (47.27% from 255 or 23.39% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C678C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C678C3 is #39873C. Grayscale: #979797. Windows color (decimal): -3770173 or 12810438. OLE color: 12810438.
HSL color Cylindrical-coordinate representation of color #C678C3: hue angle of 302.31º 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 #C678C3 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 195 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.22 |
| HSL | 302.31º | 0.41% | 0.62% | - |
| HSV(B) | 302.31º | 0.39% | 0.78% | - |
| XYZ | 39.86 | 29.38 | 55.2 | - |
| YUV | 151.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 195 | 0 | 0.39 | 0.02 | 0.22 | 302.31 | 0.41 | 0.62 |
| Hex | C6 | 78 | C3 | 0 | 27 | 2 | 16 | 12E | 29 | 3E |
| Octal | 306 | 170 | 303 | 0 | 47 | 2 | 26 | 456 | 51 | 76 |
| Binary | 11000110 | 1111000 | 11000011 | 0 | 100111 | 10 | 10110 | 100101110 | 101001 | 111110 |
Color Harmonies of #C678C3
Complementary color
Monochromatic Colors of #C678C3
Black with #C678C3
Text Example
Text Example
White with #C678C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C678C3; }
p { color: rgb(198,120,195); }
H1.HeaderClassName
{
color: #C678C3;
}
.AnyTagClassName
{
color: #C678C3;
}
</style>
background-color css
<style>
a { background-color: #C678C3; }
a { background-color: rgb(198,120,195); }
div.DivClassName
{
background-color: #C678C3;
}
.BgClassName
{
background-color: #C678C3;
}
</style>
border-color css
<style>
span { border-color: #C678C3; }
span { border-color: rgb(198,120,195); }
td.TdClassName
{
border-color: #C678C3;
}
.TagClassName
{
border-color: #C678C3;
}
</style>