Shades of Orchid #C671CC
Tints of Orchid #C671CC
RGB
CMYK
RGB Variations
Color information
#C671CC (or 0xC671CC) is known color: Orchid. HEX triplet: C6, 71 and CC. RGB value is (198,113,204). Sum of RGB (Red+Green+Blue) = 198+113+204=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #C671CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C671CC is #398E33. Grayscale: #949494. Windows color (decimal): -3771956 or 13398470. OLE color: 13398470.
HSL color Cylindrical-coordinate representation of color #C671CC: hue angle of 296.04º 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 #C671CC is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 113 | 204 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.2 |
| HSL | 296.04º | 0.47% | 0.62% | - |
| HSV(B) | 296.04º | 0.45% | 0.8% | - |
| XYZ | 40.09 | 28.18 | 60.45 | - |
| YUV | 148.79 | 159.16 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 113 | 204 | 0.03 | 0.45 | 0 | 0.2 | 296.04 | 0.47 | 0.62 |
| Hex | C6 | 71 | CC | 3 | 2D | 0 | 14 | 128 | 2F | 3E |
| Octal | 306 | 161 | 314 | 3 | 55 | 0 | 24 | 450 | 57 | 76 |
| Binary | 11000110 | 1110001 | 11001100 | 11 | 101101 | 0 | 10100 | 100101000 | 101111 | 111110 |
Color Harmonies of #C671CC
Complementary color
Monochromatic Colors of #C671CC
Black with #C671CC
Text Example
Text Example
White with #C671CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C671CC; }
p { color: rgb(198,113,204); }
H1.HeaderClassName
{
color: #C671CC;
}
.AnyTagClassName
{
color: #C671CC;
}
</style>
background-color css
<style>
a { background-color: #C671CC; }
a { background-color: rgb(198,113,204); }
div.DivClassName
{
background-color: #C671CC;
}
.BgClassName
{
background-color: #C671CC;
}
</style>
border-color css
<style>
span { border-color: #C671CC; }
span { border-color: rgb(198,113,204); }
td.TdClassName
{
border-color: #C671CC;
}
.TagClassName
{
border-color: #C671CC;
}
</style>