Shades of Orchid #C679C3
Tints of Orchid #C679C3
RGB
CMYK
RGB Variations
Color information
#C679C3 (or 0xC679C3) is known color: Orchid. HEX triplet: C6, 79 and C3. RGB value is (198,121,195). Sum of RGB (Red+Green+Blue) = 198+121+195=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 198 - color contains mainly: red. Hex color #C679C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679C3 is #39863C. Grayscale: #989898. Windows color (decimal): -3769917 or 12810694. OLE color: 12810694.
HSL color Cylindrical-coordinate representation of color #C679C3: hue angle of 302.34º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C679C3 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 121 | 195 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.22 |
| HSL | 302.34º | 0.4% | 0.63% | - |
| HSV(B) | 302.34º | 0.39% | 0.78% | - |
| XYZ | 39.98 | 29.62 | 55.24 | - |
| YUV | 152.46 | 152.01 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 195 | 0 | 0.39 | 0.02 | 0.22 | 302.34 | 0.4 | 0.63 |
| Hex | C6 | 79 | C3 | 0 | 27 | 2 | 16 | 12E | 28 | 3F |
| Octal | 306 | 171 | 303 | 0 | 47 | 2 | 26 | 456 | 50 | 77 |
| Binary | 11000110 | 1111001 | 11000011 | 0 | 100111 | 10 | 10110 | 100101110 | 101000 | 111111 |
Color Harmonies of #C679C3
Complementary color
Monochromatic Colors of #C679C3
Black with #C679C3
Text Example
Text Example
White with #C679C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C679C3; }
p { color: rgb(198,121,195); }
H1.HeaderClassName
{
color: #C679C3;
}
.AnyTagClassName
{
color: #C679C3;
}
</style>
background-color css
<style>
a { background-color: #C679C3; }
a { background-color: rgb(198,121,195); }
div.DivClassName
{
background-color: #C679C3;
}
.BgClassName
{
background-color: #C679C3;
}
</style>
border-color css
<style>
span { border-color: #C679C3; }
span { border-color: rgb(198,121,195); }
td.TdClassName
{
border-color: #C679C3;
}
.TagClassName
{
border-color: #C679C3;
}
</style>