Shades of Orchid #C670DF
Tints of Orchid #C670DF
RGB
CMYK
RGB Variations
Color information
#C670DF (or 0xC670DF) is known color: Orchid. HEX triplet: C6, 70 and DF. RGB value is (198,112,223). Sum of RGB (Red+Green+Blue) = 198+112+223=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #C670DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C670DF is #398F20. Grayscale: #969696. Windows color (decimal): -3772193 or 14643398. OLE color: 14643398.
HSL color Cylindrical-coordinate representation of color #C670DF: hue angle of 286.49º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C670DF is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 112 | 223 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.13 |
| HSL | 286.49º | 0.63% | 0.66% | - |
| HSV(B) | 286.49º | 0.5% | 0.87% | - |
| XYZ | 42.4 | 28.92 | 73.16 | - |
| YUV | 150.37 | 168.99 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 223 | 0.11 | 0.50 | 0 | 0.13 | 286.49 | 0.63 | 0.66 |
| Hex | C6 | 70 | DF | B | 32 | 0 | D | 11E | 3F | 42 |
| Octal | 306 | 160 | 337 | 13 | 62 | 0 | 15 | 436 | 77 | 102 |
| Binary | 11000110 | 1110000 | 11011111 | 1011 | 110010 | 0 | 1101 | 100011110 | 111111 | 1000010 |
Color Harmonies of #C670DF
Complementary color
Monochromatic Colors of #C670DF
Black with #C670DF
Text Example
Text Example
White with #C670DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C670DF; }
p { color: rgb(198,112,223); }
H1.HeaderClassName
{
color: #C670DF;
}
.AnyTagClassName
{
color: #C670DF;
}
</style>
background-color css
<style>
a { background-color: #C670DF; }
a { background-color: rgb(198,112,223); }
div.DivClassName
{
background-color: #C670DF;
}
.BgClassName
{
background-color: #C670DF;
}
</style>
border-color css
<style>
span { border-color: #C670DF; }
span { border-color: rgb(198,112,223); }
td.TdClassName
{
border-color: #C670DF;
}
.TagClassName
{
border-color: #C670DF;
}
</style>