Shades of Orchid #C670CF
Tints of Orchid #C670CF
RGB
CMYK
RGB Variations
Color information
#C670CF (or 0xC670CF) is known color: Orchid. HEX triplet: C6, 70 and CF. RGB value is (198,112,207). Sum of RGB (Red+Green+Blue) = 198+112+207=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #C670CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C670CF is #398F30. Grayscale: #949494. Windows color (decimal): -3772209 or 13594822. OLE color: 13594822.
HSL color Cylindrical-coordinate representation of color #C670CF: hue angle of 294.32º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C670CF is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 112 | 207 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.19 |
| HSL | 294.32º | 0.5% | 0.63% | - |
| HSV(B) | 294.32º | 0.46% | 0.81% | - |
| XYZ | 40.35 | 28.1 | 62.33 | - |
| YUV | 148.54 | 160.99 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 207 | 0.04 | 0.46 | 0 | 0.19 | 294.32 | 0.5 | 0.63 |
| Hex | C6 | 70 | CF | 4 | 2E | 0 | 13 | 126 | 32 | 3F |
| Octal | 306 | 160 | 317 | 4 | 56 | 0 | 23 | 446 | 62 | 77 |
| Binary | 11000110 | 1110000 | 11001111 | 100 | 101110 | 0 | 10011 | 100100110 | 110010 | 111111 |
Color Harmonies of #C670CF
Complementary color
Monochromatic Colors of #C670CF
Black with #C670CF
Text Example
Text Example
White with #C670CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C670CF; }
p { color: rgb(198,112,207); }
H1.HeaderClassName
{
color: #C670CF;
}
.AnyTagClassName
{
color: #C670CF;
}
</style>
background-color css
<style>
a { background-color: #C670CF; }
a { background-color: rgb(198,112,207); }
div.DivClassName
{
background-color: #C670CF;
}
.BgClassName
{
background-color: #C670CF;
}
</style>
border-color css
<style>
span { border-color: #C670CF; }
span { border-color: rgb(198,112,207); }
td.TdClassName
{
border-color: #C670CF;
}
.TagClassName
{
border-color: #C670CF;
}
</style>