Shades of Orchid #C772DA
Tints of Orchid #C772DA
RGB
CMYK
RGB Variations
Color information
#C772DA (or 0xC772DA) is known color: Orchid. HEX triplet: C7, 72 and DA. RGB value is (199,114,218). Sum of RGB (Red+Green+Blue) = 199+114+218=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #C772DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C772DA is #388D25. Grayscale: #969696. Windows color (decimal): -3706150 or 14316231. OLE color: 14316231.
HSL color Cylindrical-coordinate representation of color #C772DA: hue angle of 289.04º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C772DA is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 114 | 218 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.15 |
| HSL | 289.04º | 0.58% | 0.65% | - |
| HSV(B) | 289.04º | 0.48% | 0.85% | - |
| XYZ | 42.23 | 29.24 | 69.75 | - |
| YUV | 151.27 | 165.66 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 218 | 0.09 | 0.48 | 0 | 0.15 | 289.04 | 0.58 | 0.65 |
| Hex | C7 | 72 | DA | 9 | 30 | 0 | F | 121 | 3A | 41 |
| Octal | 307 | 162 | 332 | 11 | 60 | 0 | 17 | 441 | 72 | 101 |
| Binary | 11000111 | 1110010 | 11011010 | 1001 | 110000 | 0 | 1111 | 100100001 | 111010 | 1000001 |
Color Harmonies of #C772DA
Complementary color
Monochromatic Colors of #C772DA
Black with #C772DA
Text Example
Text Example
White with #C772DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C772DA; }
p { color: rgb(199,114,218); }
H1.HeaderClassName
{
color: #C772DA;
}
.AnyTagClassName
{
color: #C772DA;
}
</style>
background-color css
<style>
a { background-color: #C772DA; }
a { background-color: rgb(199,114,218); }
div.DivClassName
{
background-color: #C772DA;
}
.BgClassName
{
background-color: #C772DA;
}
</style>
border-color css
<style>
span { border-color: #C772DA; }
span { border-color: rgb(199,114,218); }
td.TdClassName
{
border-color: #C772DA;
}
.TagClassName
{
border-color: #C772DA;
}
</style>