Shades of Orchid #C772C6
Tints of Orchid #C772C6
RGB
CMYK
RGB Variations
Color information
#C772C6 (or 0xC772C6) is known color: Orchid. HEX triplet: C7, 72 and C6. RGB value is (199,114,198). Sum of RGB (Red+Green+Blue) = 199+114+198=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 199 - color contains mainly: red. Hex color #C772C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C772C6 is #388D39. Grayscale: #949494. Windows color (decimal): -3706170 or 13005511. OLE color: 13005511.
HSL color Cylindrical-coordinate representation of color #C772C6: hue angle of 300.71º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C772C6 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 114 | 198 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.22 |
| HSL | 300.71º | 0.43% | 0.61% | - |
| HSV(B) | 300.71º | 0.43% | 0.78% | - |
| XYZ | 39.76 | 28.25 | 56.78 | - |
| YUV | 148.99 | 155.66 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 198 | 0 | 0.43 | 0.01 | 0.22 | 300.71 | 0.43 | 0.61 |
| Hex | C7 | 72 | C6 | 0 | 2B | 1 | 16 | 12D | 2B | 3D |
| Octal | 307 | 162 | 306 | 0 | 53 | 1 | 26 | 455 | 53 | 75 |
| Binary | 11000111 | 1110010 | 11000110 | 0 | 101011 | 1 | 10110 | 100101101 | 101011 | 111101 |
Color Harmonies of #C772C6
Complementary color
Monochromatic Colors of #C772C6
Black with #C772C6
Text Example
Text Example
White with #C772C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C772C6; }
p { color: rgb(199,114,198); }
H1.HeaderClassName
{
color: #C772C6;
}
.AnyTagClassName
{
color: #C772C6;
}
</style>
background-color css
<style>
a { background-color: #C772C6; }
a { background-color: rgb(199,114,198); }
div.DivClassName
{
background-color: #C772C6;
}
.BgClassName
{
background-color: #C772C6;
}
</style>
border-color css
<style>
span { border-color: #C772C6; }
span { border-color: rgb(199,114,198); }
td.TdClassName
{
border-color: #C772C6;
}
.TagClassName
{
border-color: #C772C6;
}
</style>