Shades of Orchid #C670CB
Tints of Orchid #C670CB
RGB
CMYK
RGB Variations
Color information
#C670CB (or 0xC670CB) is known color: Orchid. HEX triplet: C6, 70 and CB. RGB value is (198,112,203). Sum of RGB (Red+Green+Blue) = 198+112+203=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #C670CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C670CB is #398F34. Grayscale: #939393. Windows color (decimal): -3772213 or 13332678. OLE color: 13332678.
HSL color Cylindrical-coordinate representation of color #C670CB: hue angle of 296.7º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C670CB is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 112 | 203 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.20 |
| HSL | 296.7º | 0.47% | 0.62% | - |
| HSV(B) | 296.7º | 0.45% | 0.8% | - |
| XYZ | 39.86 | 27.91 | 59.79 | - |
| YUV | 148.09 | 158.99 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 203 | 0.02 | 0.45 | 0 | 0.20 | 296.7 | 0.47 | 0.62 |
| Hex | C6 | 70 | CB | 2 | 2D | 0 | 14 | 129 | 2F | 3E |
| Octal | 306 | 160 | 313 | 2 | 55 | 0 | 24 | 451 | 57 | 76 |
| Binary | 11000110 | 1110000 | 11001011 | 10 | 101101 | 0 | 10100 | 100101001 | 101111 | 111110 |
Color Harmonies of #C670CB
Complementary color
Monochromatic Colors of #C670CB
Black with #C670CB
Text Example
Text Example
White with #C670CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C670CB; }
p { color: rgb(198,112,203); }
H1.HeaderClassName
{
color: #C670CB;
}
.AnyTagClassName
{
color: #C670CB;
}
</style>
background-color css
<style>
a { background-color: #C670CB; }
a { background-color: rgb(198,112,203); }
div.DivClassName
{
background-color: #C670CB;
}
.BgClassName
{
background-color: #C670CB;
}
</style>
border-color css
<style>
span { border-color: #C670CB; }
span { border-color: rgb(198,112,203); }
td.TdClassName
{
border-color: #C670CB;
}
.TagClassName
{
border-color: #C670CB;
}
</style>