Shades of Orchid #C684D0
Tints of Orchid #C684D0
RGB
CMYK
RGB Variations
Color information
#C684D0 (or 0xC684D0) is known color: Orchid. HEX triplet: C6, 84 and D0. RGB value is (198,132,208). Sum of RGB (Red+Green+Blue) = 198+132+208=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 132 (51.95% from 255 or 24.54% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 208 - color contains mainly: blue. Hex color #C684D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C684D0 is #397B2F. Grayscale: #A0A0A0. Windows color (decimal): -3767088 or 13665478. OLE color: 13665478.
HSL color Cylindrical-coordinate representation of color #C684D0: hue angle of 292.11º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C684D0 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 132 | 208 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.18 |
| HSL | 292.11º | 0.45% | 0.67% | - |
| HSV(B) | 292.11º | 0.37% | 0.82% | - |
| XYZ | 42.93 | 33.06 | 63.79 | - |
| YUV | 160.4 | 154.87 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 208 | 0.05 | 0.37 | 0 | 0.18 | 292.11 | 0.45 | 0.67 |
| Hex | C6 | 84 | D0 | 5 | 25 | 0 | 12 | 124 | 2D | 43 |
| Octal | 306 | 204 | 320 | 5 | 45 | 0 | 22 | 444 | 55 | 103 |
| Binary | 11000110 | 10000100 | 11010000 | 101 | 100101 | 0 | 10010 | 100100100 | 101101 | 1000011 |
Color Harmonies of #C684D0
Complementary color
Monochromatic Colors of #C684D0
Black with #C684D0
Text Example
Text Example
White with #C684D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C684D0; }
p { color: rgb(198,132,208); }
H1.HeaderClassName
{
color: #C684D0;
}
.AnyTagClassName
{
color: #C684D0;
}
</style>
background-color css
<style>
a { background-color: #C684D0; }
a { background-color: rgb(198,132,208); }
div.DivClassName
{
background-color: #C684D0;
}
.BgClassName
{
background-color: #C684D0;
}
</style>
border-color css
<style>
span { border-color: #C684D0; }
span { border-color: rgb(198,132,208); }
td.TdClassName
{
border-color: #C684D0;
}
.TagClassName
{
border-color: #C684D0;
}
</style>