Shades of Orchid #C76FDD
Tints of Orchid #C76FDD
RGB
CMYK
RGB Variations
Color information
#C76FDD (or 0xC76FDD) is known color: Orchid. HEX triplet: C7, 6F and DD. RGB value is (199,111,221). Sum of RGB (Red+Green+Blue) = 199+111+221=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #C76FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FDD is #389022. Grayscale: #959595. Windows color (decimal): -3706915 or 14512071. OLE color: 14512071.
HSL color Cylindrical-coordinate representation of color #C76FDD: hue angle of 288º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C76FDD is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 111 | 221 | - |
| CMYK | 0.10 | 0.50 | 0 | 0.13 |
| HSL | 288º | 0.62% | 0.65% | - |
| HSV(B) | 288º | 0.5% | 0.87% | - |
| XYZ | 42.29 | 28.73 | 71.72 | - |
| YUV | 149.85 | 168.15 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 111 | 221 | 0.10 | 0.50 | 0 | 0.13 | 288 | 0.62 | 0.65 |
| Hex | C7 | 6F | DD | A | 32 | 0 | D | 120 | 3E | 41 |
| Octal | 307 | 157 | 335 | 12 | 62 | 0 | 15 | 440 | 76 | 101 |
| Binary | 11000111 | 1101111 | 11011101 | 1010 | 110010 | 0 | 1101 | 100100000 | 111110 | 1000001 |
Color Harmonies of #C76FDD
Complementary color
Monochromatic Colors of #C76FDD
Black with #C76FDD
Text Example
Text Example
White with #C76FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76FDD; }
p { color: rgb(199,111,221); }
H1.HeaderClassName
{
color: #C76FDD;
}
.AnyTagClassName
{
color: #C76FDD;
}
</style>
background-color css
<style>
a { background-color: #C76FDD; }
a { background-color: rgb(199,111,221); }
div.DivClassName
{
background-color: #C76FDD;
}
.BgClassName
{
background-color: #C76FDD;
}
</style>
border-color css
<style>
span { border-color: #C76FDD; }
span { border-color: rgb(199,111,221); }
td.TdClassName
{
border-color: #C76FDD;
}
.TagClassName
{
border-color: #C76FDD;
}
</style>