Shades of Orchid #C679DB
Tints of Orchid #C679DB
RGB
CMYK
RGB Variations
Color information
#C679DB (or 0xC679DB) is known color: Orchid. HEX triplet: C6, 79 and DB. RGB value is (198,121,219). Sum of RGB (Red+Green+Blue) = 198+121+219=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #C679DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679DB is #398624. Grayscale: #9A9A9A. Windows color (decimal): -3769893 or 14383558. OLE color: 14383558.
HSL color Cylindrical-coordinate representation of color #C679DB: hue angle of 287.14º degrees, saturation: 0.58, 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 #C679DB is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 121 | 219 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.14 |
| HSL | 287.14º | 0.58% | 0.67% | - |
| HSV(B) | 287.14º | 0.45% | 0.86% | - |
| XYZ | 42.91 | 30.79 | 70.7 | - |
| YUV | 155.2 | 164.01 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 219 | 0.10 | 0.45 | 0 | 0.14 | 287.14 | 0.58 | 0.67 |
| Hex | C6 | 79 | DB | A | 2D | 0 | E | 11F | 3A | 43 |
| Octal | 306 | 171 | 333 | 12 | 55 | 0 | 16 | 437 | 72 | 103 |
| Binary | 11000110 | 1111001 | 11011011 | 1010 | 101101 | 0 | 1110 | 100011111 | 111010 | 1000011 |
Color Harmonies of #C679DB
Complementary color
Monochromatic Colors of #C679DB
Black with #C679DB
Text Example
Text Example
White with #C679DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C679DB; }
p { color: rgb(198,121,219); }
H1.HeaderClassName
{
color: #C679DB;
}
.AnyTagClassName
{
color: #C679DB;
}
</style>
background-color css
<style>
a { background-color: #C679DB; }
a { background-color: rgb(198,121,219); }
div.DivClassName
{
background-color: #C679DB;
}
.BgClassName
{
background-color: #C679DB;
}
</style>
border-color css
<style>
span { border-color: #C679DB; }
span { border-color: rgb(198,121,219); }
td.TdClassName
{
border-color: #C679DB;
}
.TagClassName
{
border-color: #C679DB;
}
</style>