Shades of Orchid #C772DC
Tints of Orchid #C772DC
RGB
CMYK
RGB Variations
Color information
#C772DC (or 0xC772DC) is known color: Orchid. HEX triplet: C7, 72 and DC. RGB value is (199,114,220). Sum of RGB (Red+Green+Blue) = 199+114+220=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #C772DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C772DC is #388D23. Grayscale: #979797. Windows color (decimal): -3706148 or 14447303. OLE color: 14447303.
HSL color Cylindrical-coordinate representation of color #C772DC: hue angle of 288.11º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C772DC is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 114 | 220 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.14 |
| HSL | 288.11º | 0.6% | 0.65% | - |
| HSV(B) | 288.11º | 0.48% | 0.86% | - |
| XYZ | 42.49 | 29.34 | 71.13 | - |
| YUV | 151.5 | 166.66 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 220 | 0.10 | 0.48 | 0 | 0.14 | 288.11 | 0.6 | 0.65 |
| Hex | C7 | 72 | DC | A | 30 | 0 | E | 120 | 3C | 41 |
| Octal | 307 | 162 | 334 | 12 | 60 | 0 | 16 | 440 | 74 | 101 |
| Binary | 11000111 | 1110010 | 11011100 | 1010 | 110000 | 0 | 1110 | 100100000 | 111100 | 1000001 |
Color Harmonies of #C772DC
Complementary color
Monochromatic Colors of #C772DC
Black with #C772DC
Text Example
Text Example
White with #C772DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C772DC; }
p { color: rgb(199,114,220); }
H1.HeaderClassName
{
color: #C772DC;
}
.AnyTagClassName
{
color: #C772DC;
}
</style>
background-color css
<style>
a { background-color: #C772DC; }
a { background-color: rgb(199,114,220); }
div.DivClassName
{
background-color: #C772DC;
}
.BgClassName
{
background-color: #C772DC;
}
</style>
border-color css
<style>
span { border-color: #C772DC; }
span { border-color: rgb(199,114,220); }
td.TdClassName
{
border-color: #C772DC;
}
.TagClassName
{
border-color: #C772DC;
}
</style>