Shades of Orchid #C770DD
Tints of Orchid #C770DD
RGB
CMYK
RGB Variations
Color information
#C770DD (or 0xC770DD) is known color: Orchid. HEX triplet: C7, 70 and DD. RGB value is (199,112,221). Sum of RGB (Red+Green+Blue) = 199+112+221=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #C770DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C770DD is #388F22. Grayscale: #969696. Windows color (decimal): -3706659 or 14512327. OLE color: 14512327.
HSL color Cylindrical-coordinate representation of color #C770DD: hue angle of 287.89º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C770DD is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 112 | 221 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.13 |
| HSL | 287.89º | 0.62% | 0.65% | - |
| HSV(B) | 287.89º | 0.49% | 0.87% | - |
| XYZ | 42.4 | 28.95 | 71.76 | - |
| YUV | 150.44 | 167.82 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 221 | 0.10 | 0.49 | 0 | 0.13 | 287.89 | 0.62 | 0.65 |
| Hex | C7 | 70 | DD | A | 31 | 0 | D | 120 | 3E | 41 |
| Octal | 307 | 160 | 335 | 12 | 61 | 0 | 15 | 440 | 76 | 101 |
| Binary | 11000111 | 1110000 | 11011101 | 1010 | 110001 | 0 | 1101 | 100100000 | 111110 | 1000001 |
Color Harmonies of #C770DD
Complementary color
Monochromatic Colors of #C770DD
Black with #C770DD
Text Example
Text Example
White with #C770DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C770DD; }
p { color: rgb(199,112,221); }
H1.HeaderClassName
{
color: #C770DD;
}
.AnyTagClassName
{
color: #C770DD;
}
</style>
background-color css
<style>
a { background-color: #C770DD; }
a { background-color: rgb(199,112,221); }
div.DivClassName
{
background-color: #C770DD;
}
.BgClassName
{
background-color: #C770DD;
}
</style>
border-color css
<style>
span { border-color: #C770DD; }
span { border-color: rgb(199,112,221); }
td.TdClassName
{
border-color: #C770DD;
}
.TagClassName
{
border-color: #C770DD;
}
</style>