Shades of Orchid #C772D9
Tints of Orchid #C772D9
RGB
CMYK
RGB Variations
Color information
#C772D9 (or 0xC772D9) is known color: Orchid. HEX triplet: C7, 72 and D9. RGB value is (199,114,217). Sum of RGB (Red+Green+Blue) = 199+114+217=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 217 (85.16% from 255 or 40.94% from 530); Max value from RGB is 217 - color contains mainly: blue. Hex color #C772D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C772D9 is #388D26. Grayscale: #969696. Windows color (decimal): -3706151 or 14250695. OLE color: 14250695.
HSL color Cylindrical-coordinate representation of color #C772D9: hue angle of 289.51º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C772D9 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 114 | 217 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.15 |
| HSL | 289.51º | 0.58% | 0.65% | - |
| HSV(B) | 289.51º | 0.47% | 0.85% | - |
| XYZ | 42.09 | 29.19 | 69.06 | - |
| YUV | 151.16 | 165.16 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 217 | 0.08 | 0.47 | 0 | 0.15 | 289.51 | 0.58 | 0.65 |
| Hex | C7 | 72 | D9 | 8 | 2F | 0 | F | 122 | 3A | 41 |
| Octal | 307 | 162 | 331 | 10 | 57 | 0 | 17 | 442 | 72 | 101 |
| Binary | 11000111 | 1110010 | 11011001 | 1000 | 101111 | 0 | 1111 | 100100010 | 111010 | 1000001 |
Color Harmonies of #C772D9
Complementary color
Monochromatic Colors of #C772D9
Black with #C772D9
Text Example
Text Example
White with #C772D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C772D9; }
p { color: rgb(199,114,217); }
H1.HeaderClassName
{
color: #C772D9;
}
.AnyTagClassName
{
color: #C772D9;
}
</style>
background-color css
<style>
a { background-color: #C772D9; }
a { background-color: rgb(199,114,217); }
div.DivClassName
{
background-color: #C772D9;
}
.BgClassName
{
background-color: #C772D9;
}
</style>
border-color css
<style>
span { border-color: #C772D9; }
span { border-color: rgb(199,114,217); }
td.TdClassName
{
border-color: #C772D9;
}
.TagClassName
{
border-color: #C772D9;
}
</style>