Shades of Orchid #C678DD
Tints of Orchid #C678DD
RGB
CMYK
RGB Variations
Color information
#C678DD (or 0xC678DD) is known color: Orchid. HEX triplet: C6, 78 and DD. RGB value is (198,120,221). Sum of RGB (Red+Green+Blue) = 198+120+221=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #C678DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C678DD is #398722. Grayscale: #9A9A9A. Windows color (decimal): -3770147 or 14514374. OLE color: 14514374.
HSL color Cylindrical-coordinate representation of color #C678DD: hue angle of 286.34º degrees, saturation: 0.6, 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 #C678DD is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 120 | 221 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.13 |
| HSL | 286.34º | 0.6% | 0.67% | - |
| HSV(B) | 286.34º | 0.46% | 0.87% | - |
| XYZ | 43.06 | 30.66 | 72.06 | - |
| YUV | 154.84 | 165.34 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 221 | 0.10 | 0.46 | 0 | 0.13 | 286.34 | 0.6 | 0.67 |
| Hex | C6 | 78 | DD | A | 2E | 0 | D | 11E | 3C | 43 |
| Octal | 306 | 170 | 335 | 12 | 56 | 0 | 15 | 436 | 74 | 103 |
| Binary | 11000110 | 1111000 | 11011101 | 1010 | 101110 | 0 | 1101 | 100011110 | 111100 | 1000011 |
Color Harmonies of #C678DD
Complementary color
Monochromatic Colors of #C678DD
Black with #C678DD
Text Example
Text Example
White with #C678DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C678DD; }
p { color: rgb(198,120,221); }
H1.HeaderClassName
{
color: #C678DD;
}
.AnyTagClassName
{
color: #C678DD;
}
</style>
background-color css
<style>
a { background-color: #C678DD; }
a { background-color: rgb(198,120,221); }
div.DivClassName
{
background-color: #C678DD;
}
.BgClassName
{
background-color: #C678DD;
}
</style>
border-color css
<style>
span { border-color: #C678DD; }
span { border-color: rgb(198,120,221); }
td.TdClassName
{
border-color: #C678DD;
}
.TagClassName
{
border-color: #C678DD;
}
</style>