Shades of Orchid #C778DD
Tints of Orchid #C778DD
RGB
CMYK
RGB Variations
Color information
#C778DD (or 0xC778DD) is known color: Orchid. HEX triplet: C7, 78 and DD. RGB value is (199,120,221). Sum of RGB (Red+Green+Blue) = 199+120+221=540 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.85% from 540); Green value is 120 (47.27% from 255 or 22.22% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #C778DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C778DD is #388722. Grayscale: #9A9A9A. Windows color (decimal): -3704611 or 14514375. OLE color: 14514375.
HSL color Cylindrical-coordinate representation of color #C778DD: hue angle of 286.93º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C778DD is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 120 | 221 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.13 |
| HSL | 286.93º | 0.6% | 0.67% | - |
| HSV(B) | 286.93º | 0.46% | 0.87% | - |
| XYZ | 43.32 | 30.8 | 72.07 | - |
| YUV | 155.14 | 165.17 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 120 | 221 | 0.10 | 0.46 | 0 | 0.13 | 286.93 | 0.6 | 0.67 |
| Hex | C7 | 78 | DD | A | 2E | 0 | D | 11F | 3C | 43 |
| Octal | 307 | 170 | 335 | 12 | 56 | 0 | 15 | 437 | 74 | 103 |
| Binary | 11000111 | 1111000 | 11011101 | 1010 | 101110 | 0 | 1101 | 100011111 | 111100 | 1000011 |
Color Harmonies of #C778DD
Complementary color
Monochromatic Colors of #C778DD
Black with #C778DD
Text Example
Text Example
White with #C778DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C778DD; }
p { color: rgb(199,120,221); }
H1.HeaderClassName
{
color: #C778DD;
}
.AnyTagClassName
{
color: #C778DD;
}
</style>
background-color css
<style>
a { background-color: #C778DD; }
a { background-color: rgb(199,120,221); }
div.DivClassName
{
background-color: #C778DD;
}
.BgClassName
{
background-color: #C778DD;
}
</style>
border-color css
<style>
span { border-color: #C778DD; }
span { border-color: rgb(199,120,221); }
td.TdClassName
{
border-color: #C778DD;
}
.TagClassName
{
border-color: #C778DD;
}
</style>