Shades of Orchid #C679DA
Tints of Orchid #C679DA
RGB
CMYK
RGB Variations
Color information
#C679DA (or 0xC679DA) is known color: Orchid. HEX triplet: C6, 79 and DA. RGB value is (198,121,218). Sum of RGB (Red+Green+Blue) = 198+121+218=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #C679DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679DA is #398625. Grayscale: #9A9A9A. Windows color (decimal): -3769894 or 14318022. OLE color: 14318022.
HSL color Cylindrical-coordinate representation of color #C679DA: hue angle of 287.63º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C679DA is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 121 | 218 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.15 |
| HSL | 287.63º | 0.57% | 0.66% | - |
| HSV(B) | 287.63º | 0.44% | 0.85% | - |
| XYZ | 42.78 | 30.74 | 70.01 | - |
| YUV | 155.08 | 163.51 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 218 | 0.09 | 0.44 | 0 | 0.15 | 287.63 | 0.57 | 0.66 |
| Hex | C6 | 79 | DA | 9 | 2C | 0 | F | 120 | 39 | 42 |
| Octal | 306 | 171 | 332 | 11 | 54 | 0 | 17 | 440 | 71 | 102 |
| Binary | 11000110 | 1111001 | 11011010 | 1001 | 101100 | 0 | 1111 | 100100000 | 111001 | 1000010 |
Color Harmonies of #C679DA
Complementary color
Monochromatic Colors of #C679DA
Black with #C679DA
Text Example
Text Example
White with #C679DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C679DA; }
p { color: rgb(198,121,218); }
H1.HeaderClassName
{
color: #C679DA;
}
.AnyTagClassName
{
color: #C679DA;
}
</style>
background-color css
<style>
a { background-color: #C679DA; }
a { background-color: rgb(198,121,218); }
div.DivClassName
{
background-color: #C679DA;
}
.BgClassName
{
background-color: #C679DA;
}
</style>
border-color css
<style>
span { border-color: #C679DA; }
span { border-color: rgb(198,121,218); }
td.TdClassName
{
border-color: #C679DA;
}
.TagClassName
{
border-color: #C679DA;
}
</style>