Shades of Orchid #C672CF
Tints of Orchid #C672CF
RGB
CMYK
RGB Variations
Color information
#C672CF (or 0xC672CF) is known color: Orchid. HEX triplet: C6, 72 and CF. RGB value is (198,114,207). Sum of RGB (Red+Green+Blue) = 198+114+207=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #C672CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C672CF is #398D30. Grayscale: #959595. Windows color (decimal): -3771697 or 13595334. OLE color: 13595334.
HSL color Cylindrical-coordinate representation of color #C672CF: hue angle of 294.19º 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 #C672CF is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 198 | 114 | 207 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.19 |
| HSL | 294.19º | 0.49% | 0.63% | - |
| HSV(B) | 294.19º | 0.45% | 0.81% | - |
| XYZ | 40.57 | 28.55 | 62.4 | - |
| YUV | 149.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 114 | 207 | 0.04 | 0.45 | 0 | 0.19 | 294.19 | 0.49 | 0.63 |
| Hex | C6 | 72 | CF | 4 | 2D | 0 | 13 | 126 | 31 | 3F |
| Octal | 306 | 162 | 317 | 4 | 55 | 0 | 23 | 446 | 61 | 77 |
| Binary | 11000110 | 1110010 | 11001111 | 100 | 101101 | 0 | 10011 | 100100110 | 110001 | 111111 |
Color Harmonies of #C672CF
Complementary color
Monochromatic Colors of #C672CF
Black with #C672CF
Text Example
Text Example
White with #C672CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C672CF; }
p { color: rgb(198,114,207); }
H1.HeaderClassName
{
color: #C672CF;
}
.AnyTagClassName
{
color: #C672CF;
}
</style>
background-color css
<style>
a { background-color: #C672CF; }
a { background-color: rgb(198,114,207); }
div.DivClassName
{
background-color: #C672CF;
}
.BgClassName
{
background-color: #C672CF;
}
</style>
border-color css
<style>
span { border-color: #C672CF; }
span { border-color: rgb(198,114,207); }
td.TdClassName
{
border-color: #C672CF;
}
.TagClassName
{
border-color: #C672CF;
}
</style>