Shades of Orchid #C671CF
Tints of Orchid #C671CF
RGB
CMYK
RGB Variations
Color information
#C671CF (or 0xC671CF) is known color: Orchid. HEX triplet: C6, 71 and CF. RGB value is (198,113,207). Sum of RGB (Red+Green+Blue) = 198+113+207=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #C671CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C671CF is #398E30. Grayscale: #949494. Windows color (decimal): -3771953 or 13595078. OLE color: 13595078.
HSL color Cylindrical-coordinate representation of color #C671CF: hue angle of 294.26º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C671CF is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 113 | 207 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.19 |
| HSL | 294.26º | 0.49% | 0.63% | - |
| HSV(B) | 294.26º | 0.45% | 0.81% | - |
| XYZ | 40.46 | 28.32 | 62.37 | - |
| YUV | 149.13 | 160.66 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 113 | 207 | 0.04 | 0.45 | 0 | 0.19 | 294.26 | 0.49 | 0.63 |
| Hex | C6 | 71 | CF | 4 | 2D | 0 | 13 | 126 | 31 | 3F |
| Octal | 306 | 161 | 317 | 4 | 55 | 0 | 23 | 446 | 61 | 77 |
| Binary | 11000110 | 1110001 | 11001111 | 100 | 101101 | 0 | 10011 | 100100110 | 110001 | 111111 |
Color Harmonies of #C671CF
Complementary color
Monochromatic Colors of #C671CF
Black with #C671CF
Text Example
Text Example
White with #C671CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C671CF; }
p { color: rgb(198,113,207); }
H1.HeaderClassName
{
color: #C671CF;
}
.AnyTagClassName
{
color: #C671CF;
}
</style>
background-color css
<style>
a { background-color: #C671CF; }
a { background-color: rgb(198,113,207); }
div.DivClassName
{
background-color: #C671CF;
}
.BgClassName
{
background-color: #C671CF;
}
</style>
border-color css
<style>
span { border-color: #C671CF; }
span { border-color: rgb(198,113,207); }
td.TdClassName
{
border-color: #C671CF;
}
.TagClassName
{
border-color: #C671CF;
}
</style>