Shades of Orchid #C772DE
Tints of Orchid #C772DE
RGB
CMYK
RGB Variations
Color information
#C772DE (or 0xC772DE) is known color: Orchid. HEX triplet: C7, 72 and DE. RGB value is (199,114,222). Sum of RGB (Red+Green+Blue) = 199+114+222=535 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.20% from 535); Green value is 114 (44.92% from 255 or 21.31% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #C772DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C772DE is #388D21. Grayscale: #979797. Windows color (decimal): -3706146 or 14578375. OLE color: 14578375.
HSL color Cylindrical-coordinate representation of color #C772DE: hue angle of 287.22º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C772DE is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 114 | 222 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.13 |
| HSL | 287.22º | 0.62% | 0.66% | - |
| HSV(B) | 287.22º | 0.49% | 0.87% | - |
| XYZ | 42.76 | 29.45 | 72.54 | - |
| YUV | 151.73 | 167.66 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 222 | 0.10 | 0.49 | 0 | 0.13 | 287.22 | 0.62 | 0.66 |
| Hex | C7 | 72 | DE | A | 31 | 0 | D | 11F | 3E | 42 |
| Octal | 307 | 162 | 336 | 12 | 61 | 0 | 15 | 437 | 76 | 102 |
| Binary | 11000111 | 1110010 | 11011110 | 1010 | 110001 | 0 | 1101 | 100011111 | 111110 | 1000010 |
Color Harmonies of #C772DE
Complementary color
Monochromatic Colors of #C772DE
Black with #C772DE
Text Example
Text Example
White with #C772DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C772DE; }
p { color: rgb(199,114,222); }
H1.HeaderClassName
{
color: #C772DE;
}
.AnyTagClassName
{
color: #C772DE;
}
</style>
background-color css
<style>
a { background-color: #C772DE; }
a { background-color: rgb(199,114,222); }
div.DivClassName
{
background-color: #C772DE;
}
.BgClassName
{
background-color: #C772DE;
}
</style>
border-color css
<style>
span { border-color: #C772DE; }
span { border-color: rgb(199,114,222); }
td.TdClassName
{
border-color: #C772DE;
}
.TagClassName
{
border-color: #C772DE;
}
</style>