Shades of Orchid #C679DC
Tints of Orchid #C679DC
RGB
CMYK
RGB Variations
Color information
#C679DC (or 0xC679DC) is known color: Orchid. HEX triplet: C6, 79 and DC. RGB value is (198,121,220). Sum of RGB (Red+Green+Blue) = 198+121+220=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 121 (47.66% from 255 or 22.45% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #C679DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679DC is #398623. Grayscale: #9A9A9A. Windows color (decimal): -3769892 or 14449094. OLE color: 14449094.
HSL color Cylindrical-coordinate representation of color #C679DC: hue angle of 286.67º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C679DC is Cyan = 0.1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 121 | 220 | - |
| CMYK | 0.1 | 0.45 | 0 | 0.14 |
| HSL | 286.67º | 0.59% | 0.67% | - |
| HSV(B) | 286.67º | 0.45% | 0.86% | - |
| XYZ | 43.04 | 30.85 | 71.4 | - |
| YUV | 155.31 | 164.51 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 220 | 0.1 | 0.45 | 0 | 0.14 | 286.67 | 0.59 | 0.67 |
| Hex | C6 | 79 | DC | A | 2D | 0 | E | 11F | 3B | 43 |
| Octal | 306 | 171 | 334 | 12 | 55 | 0 | 16 | 437 | 73 | 103 |
| Binary | 11000110 | 1111001 | 11011100 | 1010 | 101101 | 0 | 1110 | 100011111 | 111011 | 1000011 |
Color Harmonies of #C679DC
Complementary color
Monochromatic Colors of #C679DC
Black with #C679DC
Text Example
Text Example
White with #C679DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C679DC; }
p { color: rgb(198,121,220); }
H1.HeaderClassName
{
color: #C679DC;
}
.AnyTagClassName
{
color: #C679DC;
}
</style>
background-color css
<style>
a { background-color: #C679DC; }
a { background-color: rgb(198,121,220); }
div.DivClassName
{
background-color: #C679DC;
}
.BgClassName
{
background-color: #C679DC;
}
</style>
border-color css
<style>
span { border-color: #C679DC; }
span { border-color: rgb(198,121,220); }
td.TdClassName
{
border-color: #C679DC;
}
.TagClassName
{
border-color: #C679DC;
}
</style>