Shades of Orchid #C770DF
Tints of Orchid #C770DF
RGB
CMYK
RGB Variations
Color information
#C770DF (or 0xC770DF) is known color: Orchid. HEX triplet: C7, 70 and DF. RGB value is (199,112,223). Sum of RGB (Red+Green+Blue) = 199+112+223=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #C770DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C770DF is #388F20. Grayscale: #969696. Windows color (decimal): -3706657 or 14643399. OLE color: 14643399.
HSL color Cylindrical-coordinate representation of color #C770DF: hue angle of 287.03º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C770DF is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 112 | 223 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.13 |
| HSL | 287.03º | 0.63% | 0.66% | - |
| HSV(B) | 287.03º | 0.5% | 0.87% | - |
| XYZ | 42.67 | 29.06 | 73.17 | - |
| YUV | 150.67 | 168.82 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 223 | 0.11 | 0.50 | 0 | 0.13 | 287.03 | 0.63 | 0.66 |
| Hex | C7 | 70 | DF | B | 32 | 0 | D | 11F | 3F | 42 |
| Octal | 307 | 160 | 337 | 13 | 62 | 0 | 15 | 437 | 77 | 102 |
| Binary | 11000111 | 1110000 | 11011111 | 1011 | 110010 | 0 | 1101 | 100011111 | 111111 | 1000010 |
Color Harmonies of #C770DF
Complementary color
Monochromatic Colors of #C770DF
Black with #C770DF
Text Example
Text Example
White with #C770DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C770DF; }
p { color: rgb(199,112,223); }
H1.HeaderClassName
{
color: #C770DF;
}
.AnyTagClassName
{
color: #C770DF;
}
</style>
background-color css
<style>
a { background-color: #C770DF; }
a { background-color: rgb(199,112,223); }
div.DivClassName
{
background-color: #C770DF;
}
.BgClassName
{
background-color: #C770DF;
}
</style>
border-color css
<style>
span { border-color: #C770DF; }
span { border-color: rgb(199,112,223); }
td.TdClassName
{
border-color: #C770DF;
}
.TagClassName
{
border-color: #C770DF;
}
</style>