Shades of Orchid #C772CC
Tints of Orchid #C772CC
RGB
CMYK
RGB Variations
Color information
#C772CC (or 0xC772CC) is known color: Orchid. HEX triplet: C7, 72 and CC. RGB value is (199,114,204). Sum of RGB (Red+Green+Blue) = 199+114+204=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #C772CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C772CC is #388D33. Grayscale: #959595. Windows color (decimal): -3706164 or 13398727. OLE color: 13398727.
HSL color Cylindrical-coordinate representation of color #C772CC: hue angle of 296.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C772CC is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 114 | 204 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.2 |
| HSL | 296.67º | 0.47% | 0.62% | - |
| HSV(B) | 296.67º | 0.44% | 0.8% | - |
| XYZ | 40.47 | 28.54 | 60.5 | - |
| YUV | 149.68 | 158.66 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 204 | 0.02 | 0.44 | 0 | 0.2 | 296.67 | 0.47 | 0.62 |
| Hex | C7 | 72 | CC | 2 | 2C | 0 | 14 | 129 | 2F | 3E |
| Octal | 307 | 162 | 314 | 2 | 54 | 0 | 24 | 451 | 57 | 76 |
| Binary | 11000111 | 1110010 | 11001100 | 10 | 101100 | 0 | 10100 | 100101001 | 101111 | 111110 |
Color Harmonies of #C772CC
Complementary color
Monochromatic Colors of #C772CC
Black with #C772CC
Text Example
Text Example
White with #C772CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C772CC; }
p { color: rgb(199,114,204); }
H1.HeaderClassName
{
color: #C772CC;
}
.AnyTagClassName
{
color: #C772CC;
}
</style>
background-color css
<style>
a { background-color: #C772CC; }
a { background-color: rgb(199,114,204); }
div.DivClassName
{
background-color: #C772CC;
}
.BgClassName
{
background-color: #C772CC;
}
</style>
border-color css
<style>
span { border-color: #C772CC; }
span { border-color: rgb(199,114,204); }
td.TdClassName
{
border-color: #C772CC;
}
.TagClassName
{
border-color: #C772CC;
}
</style>