Shades of Orchid #C680D3
Tints of Orchid #C680D3
RGB
CMYK
RGB Variations
Color information
#C680D3 (or 0xC680D3) is known color: Orchid. HEX triplet: C6, 80 and D3. RGB value is (198,128,211). Sum of RGB (Red+Green+Blue) = 198+128+211=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 211 (82.81% from 255 or 39.29% from 537); Max value from RGB is 211 - color contains mainly: blue. Hex color #C680D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C680D3 is #397F2C. Grayscale: #9E9E9E. Windows color (decimal): -3768109 or 13861062. OLE color: 13861062.
HSL color Cylindrical-coordinate representation of color #C680D3: hue angle of 290.6º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C680D3 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 198 | 128 | 211 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.17 |
| HSL | 290.6º | 0.49% | 0.66% | - |
| HSV(B) | 290.6º | 0.39% | 0.83% | - |
| XYZ | 42.77 | 32.15 | 65.58 | - |
| YUV | 158.39 | 157.69 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 128 | 211 | 0.06 | 0.39 | 0 | 0.17 | 290.6 | 0.49 | 0.66 |
| Hex | C6 | 80 | D3 | 6 | 27 | 0 | 11 | 123 | 31 | 42 |
| Octal | 306 | 200 | 323 | 6 | 47 | 0 | 21 | 443 | 61 | 102 |
| Binary | 11000110 | 10000000 | 11010011 | 110 | 100111 | 0 | 10001 | 100100011 | 110001 | 1000010 |
Color Harmonies of #C680D3
Complementary color
Monochromatic Colors of #C680D3
Black with #C680D3
Text Example
Text Example
White with #C680D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C680D3; }
p { color: rgb(198,128,211); }
H1.HeaderClassName
{
color: #C680D3;
}
.AnyTagClassName
{
color: #C680D3;
}
</style>
background-color css
<style>
a { background-color: #C680D3; }
a { background-color: rgb(198,128,211); }
div.DivClassName
{
background-color: #C680D3;
}
.BgClassName
{
background-color: #C680D3;
}
</style>
border-color css
<style>
span { border-color: #C680D3; }
span { border-color: rgb(198,128,211); }
td.TdClassName
{
border-color: #C680D3;
}
.TagClassName
{
border-color: #C680D3;
}
</style>