Shades of Orchid #C684D2
Tints of Orchid #C684D2
RGB
CMYK
RGB Variations
Color information
#C684D2 (or 0xC684D2) is known color: Orchid. HEX triplet: C6, 84 and D2. RGB value is (198,132,210). Sum of RGB (Red+Green+Blue) = 198+132+210=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 132 (51.95% from 255 or 24.44% from 540); Blue value is 210 (82.42% from 255 or 38.89% from 540); Max value from RGB is 210 - color contains mainly: blue. Hex color #C684D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C684D2 is #397B2D. Grayscale: #A0A0A0. Windows color (decimal): -3767086 or 13796550. OLE color: 13796550.
HSL color Cylindrical-coordinate representation of color #C684D2: hue angle of 290.77º degrees, saturation: 0.46, 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 #C684D2 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 132 | 210 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.18 |
| HSL | 290.77º | 0.46% | 0.67% | - |
| HSV(B) | 290.77º | 0.37% | 0.82% | - |
| XYZ | 43.17 | 33.16 | 65.1 | - |
| YUV | 160.63 | 155.87 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 210 | 0.06 | 0.37 | 0 | 0.18 | 290.77 | 0.46 | 0.67 |
| Hex | C6 | 84 | D2 | 6 | 25 | 0 | 12 | 123 | 2E | 43 |
| Octal | 306 | 204 | 322 | 6 | 45 | 0 | 22 | 443 | 56 | 103 |
| Binary | 11000110 | 10000100 | 11010010 | 110 | 100101 | 0 | 10010 | 100100011 | 101110 | 1000011 |
Color Harmonies of #C684D2
Complementary color
Monochromatic Colors of #C684D2
Black with #C684D2
Text Example
Text Example
White with #C684D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C684D2; }
p { color: rgb(198,132,210); }
H1.HeaderClassName
{
color: #C684D2;
}
.AnyTagClassName
{
color: #C684D2;
}
</style>
background-color css
<style>
a { background-color: #C684D2; }
a { background-color: rgb(198,132,210); }
div.DivClassName
{
background-color: #C684D2;
}
.BgClassName
{
background-color: #C684D2;
}
</style>
border-color css
<style>
span { border-color: #C684D2; }
span { border-color: rgb(198,132,210); }
td.TdClassName
{
border-color: #C684D2;
}
.TagClassName
{
border-color: #C684D2;
}
</style>