Shades of Orchid #C772C9
Tints of Orchid #C772C9
RGB
CMYK
RGB Variations
Color information
#C772C9 (or 0xC772C9) is known color: Orchid. HEX triplet: C7, 72 and C9. RGB value is (199,114,201). Sum of RGB (Red+Green+Blue) = 199+114+201=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 201 - color contains mainly: blue. Hex color #C772C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C772C9 is #388D36. Grayscale: #959595. Windows color (decimal): -3706167 or 13202119. OLE color: 13202119.
HSL color Cylindrical-coordinate representation of color #C772C9: hue angle of 298.62º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C772C9 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 114 | 201 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.21 |
| HSL | 298.62º | 0.45% | 0.62% | - |
| HSV(B) | 298.62º | 0.43% | 0.79% | - |
| XYZ | 40.11 | 28.39 | 58.62 | - |
| YUV | 149.33 | 157.16 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 201 | 0.01 | 0.43 | 0 | 0.21 | 298.62 | 0.45 | 0.62 |
| Hex | C7 | 72 | C9 | 1 | 2B | 0 | 15 | 12B | 2D | 3E |
| Octal | 307 | 162 | 311 | 1 | 53 | 0 | 25 | 453 | 55 | 76 |
| Binary | 11000111 | 1110010 | 11001001 | 1 | 101011 | 0 | 10101 | 100101011 | 101101 | 111110 |
Color Harmonies of #C772C9
Complementary color
Monochromatic Colors of #C772C9
Black with #C772C9
Text Example
Text Example
White with #C772C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C772C9; }
p { color: rgb(199,114,201); }
H1.HeaderClassName
{
color: #C772C9;
}
.AnyTagClassName
{
color: #C772C9;
}
</style>
background-color css
<style>
a { background-color: #C772C9; }
a { background-color: rgb(199,114,201); }
div.DivClassName
{
background-color: #C772C9;
}
.BgClassName
{
background-color: #C772C9;
}
</style>
border-color css
<style>
span { border-color: #C772C9; }
span { border-color: rgb(199,114,201); }
td.TdClassName
{
border-color: #C772C9;
}
.TagClassName
{
border-color: #C772C9;
}
</style>