Shades of Orchid #C683D2
Tints of Orchid #C683D2
RGB
CMYK
RGB Variations
Color information
#C683D2 (or 0xC683D2) is known color: Orchid. HEX triplet: C6, 83 and D2. RGB value is (198,131,210). Sum of RGB (Red+Green+Blue) = 198+131+210=539 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.73% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 210 - color contains mainly: blue. Hex color #C683D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C683D2 is #397C2D. Grayscale: #9F9F9F. Windows color (decimal): -3767342 or 13796294. OLE color: 13796294.
HSL color Cylindrical-coordinate representation of color #C683D2: hue angle of 290.89º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C683D2 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 131 | 210 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.18 |
| HSL | 290.89º | 0.47% | 0.67% | - |
| HSV(B) | 290.89º | 0.38% | 0.82% | - |
| XYZ | 43.04 | 32.89 | 65.05 | - |
| YUV | 160.04 | 156.2 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 210 | 0.06 | 0.38 | 0 | 0.18 | 290.89 | 0.47 | 0.67 |
| Hex | C6 | 83 | D2 | 6 | 26 | 0 | 12 | 123 | 2F | 43 |
| Octal | 306 | 203 | 322 | 6 | 46 | 0 | 22 | 443 | 57 | 103 |
| Binary | 11000110 | 10000011 | 11010010 | 110 | 100110 | 0 | 10010 | 100100011 | 101111 | 1000011 |
Color Harmonies of #C683D2
Complementary color
Monochromatic Colors of #C683D2
Black with #C683D2
Text Example
Text Example
White with #C683D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C683D2; }
p { color: rgb(198,131,210); }
H1.HeaderClassName
{
color: #C683D2;
}
.AnyTagClassName
{
color: #C683D2;
}
</style>
background-color css
<style>
a { background-color: #C683D2; }
a { background-color: rgb(198,131,210); }
div.DivClassName
{
background-color: #C683D2;
}
.BgClassName
{
background-color: #C683D2;
}
</style>
border-color css
<style>
span { border-color: #C683D2; }
span { border-color: rgb(198,131,210); }
td.TdClassName
{
border-color: #C683D2;
}
.TagClassName
{
border-color: #C683D2;
}
</style>