Shades of Orchid #C670C9
Tints of Orchid #C670C9
RGB
CMYK
RGB Variations
Color information
#C670C9 (or 0xC670C9) is known color: Orchid. HEX triplet: C6, 70 and C9. RGB value is (198,112,201). Sum of RGB (Red+Green+Blue) = 198+112+201=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 201 - color contains mainly: blue. Hex color #C670C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C670C9 is #398F36. Grayscale: #939393. Windows color (decimal): -3772215 or 13201606. OLE color: 13201606.
HSL color Cylindrical-coordinate representation of color #C670C9: hue angle of 297.98º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C670C9 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 112 | 201 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.21 |
| HSL | 297.98º | 0.45% | 0.61% | - |
| HSV(B) | 297.98º | 0.44% | 0.79% | - |
| XYZ | 39.63 | 27.81 | 58.54 | - |
| YUV | 147.86 | 157.99 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 201 | 0.01 | 0.44 | 0 | 0.21 | 297.98 | 0.45 | 0.61 |
| Hex | C6 | 70 | C9 | 1 | 2C | 0 | 15 | 12A | 2D | 3D |
| Octal | 306 | 160 | 311 | 1 | 54 | 0 | 25 | 452 | 55 | 75 |
| Binary | 11000110 | 1110000 | 11001001 | 1 | 101100 | 0 | 10101 | 100101010 | 101101 | 111101 |
Color Harmonies of #C670C9
Complementary color
Monochromatic Colors of #C670C9
Black with #C670C9
Text Example
Text Example
White with #C670C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C670C9; }
p { color: rgb(198,112,201); }
H1.HeaderClassName
{
color: #C670C9;
}
.AnyTagClassName
{
color: #C670C9;
}
</style>
background-color css
<style>
a { background-color: #C670C9; }
a { background-color: rgb(198,112,201); }
div.DivClassName
{
background-color: #C670C9;
}
.BgClassName
{
background-color: #C670C9;
}
</style>
border-color css
<style>
span { border-color: #C670C9; }
span { border-color: rgb(198,112,201); }
td.TdClassName
{
border-color: #C670C9;
}
.TagClassName
{
border-color: #C670C9;
}
</style>