Shades of Orchid #C679DF
Tints of Orchid #C679DF
RGB
CMYK
RGB Variations
Color information
#C679DF (or 0xC679DF) is known color: Orchid. HEX triplet: C6, 79 and DF. RGB value is (198,121,223). Sum of RGB (Red+Green+Blue) = 198+121+223=542 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.53% from 542); Green value is 121 (47.66% from 255 or 22.32% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #C679DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C679DF is #398620. Grayscale: #9B9B9B. Windows color (decimal): -3769889 or 14645702. OLE color: 14645702.
HSL color Cylindrical-coordinate representation of color #C679DF: hue angle of 285.29º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C679DF is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 121 | 223 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.13 |
| HSL | 285.29º | 0.61% | 0.67% | - |
| HSV(B) | 285.29º | 0.46% | 0.87% | - |
| XYZ | 43.45 | 31.01 | 73.51 | - |
| YUV | 155.65 | 166.01 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 121 | 223 | 0.11 | 0.46 | 0 | 0.13 | 285.29 | 0.61 | 0.67 |
| Hex | C6 | 79 | DF | B | 2E | 0 | D | 11D | 3D | 43 |
| Octal | 306 | 171 | 337 | 13 | 56 | 0 | 15 | 435 | 75 | 103 |
| Binary | 11000110 | 1111001 | 11011111 | 1011 | 101110 | 0 | 1101 | 100011101 | 111101 | 1000011 |
Color Harmonies of #C679DF
Complementary color
Monochromatic Colors of #C679DF
Black with #C679DF
Text Example
Text Example
White with #C679DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C679DF; }
p { color: rgb(198,121,223); }
H1.HeaderClassName
{
color: #C679DF;
}
.AnyTagClassName
{
color: #C679DF;
}
</style>
background-color css
<style>
a { background-color: #C679DF; }
a { background-color: rgb(198,121,223); }
div.DivClassName
{
background-color: #C679DF;
}
.BgClassName
{
background-color: #C679DF;
}
</style>
border-color css
<style>
span { border-color: #C679DF; }
span { border-color: rgb(198,121,223); }
td.TdClassName
{
border-color: #C679DF;
}
.TagClassName
{
border-color: #C679DF;
}
</style>