Shades of Orchid #C683CF
Tints of Orchid #C683CF
RGB
CMYK
RGB Variations
Color information
#C683CF (or 0xC683CF) is known color: Orchid. HEX triplet: C6, 83 and CF. RGB value is (198,131,207). Sum of RGB (Red+Green+Blue) = 198+131+207=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #C683CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C683CF is #397C30. Grayscale: #9F9F9F. Windows color (decimal): -3767345 or 13599686. OLE color: 13599686.
HSL color Cylindrical-coordinate representation of color #C683CF: hue angle of 292.89º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C683CF is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 131 | 207 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.19 |
| HSL | 292.89º | 0.44% | 0.66% | - |
| HSV(B) | 292.89º | 0.37% | 0.81% | - |
| XYZ | 42.67 | 32.74 | 63.1 | - |
| YUV | 159.7 | 154.7 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 207 | 0.04 | 0.37 | 0 | 0.19 | 292.89 | 0.44 | 0.66 |
| Hex | C6 | 83 | CF | 4 | 25 | 0 | 13 | 125 | 2C | 42 |
| Octal | 306 | 203 | 317 | 4 | 45 | 0 | 23 | 445 | 54 | 102 |
| Binary | 11000110 | 10000011 | 11001111 | 100 | 100101 | 0 | 10011 | 100100101 | 101100 | 1000010 |
Color Harmonies of #C683CF
Complementary color
Monochromatic Colors of #C683CF
Black with #C683CF
Text Example
Text Example
White with #C683CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C683CF; }
p { color: rgb(198,131,207); }
H1.HeaderClassName
{
color: #C683CF;
}
.AnyTagClassName
{
color: #C683CF;
}
</style>
background-color css
<style>
a { background-color: #C683CF; }
a { background-color: rgb(198,131,207); }
div.DivClassName
{
background-color: #C683CF;
}
.BgClassName
{
background-color: #C683CF;
}
</style>
border-color css
<style>
span { border-color: #C683CF; }
span { border-color: rgb(198,131,207); }
td.TdClassName
{
border-color: #C683CF;
}
.TagClassName
{
border-color: #C683CF;
}
</style>