Shades of Orchid #C770CF
Tints of Orchid #C770CF
RGB
CMYK
RGB Variations
Color information
#C770CF (or 0xC770CF) is known color: Orchid. HEX triplet: C7, 70 and CF. RGB value is (199,112,207). Sum of RGB (Red+Green+Blue) = 199+112+207=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #C770CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C770CF is #388F30. Grayscale: #949494. Windows color (decimal): -3706673 or 13594823. OLE color: 13594823.
HSL color Cylindrical-coordinate representation of color #C770CF: hue angle of 294.95º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C770CF is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 199 | 112 | 207 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.19 |
| HSL | 294.95º | 0.5% | 0.63% | - |
| HSV(B) | 294.95º | 0.46% | 0.81% | - |
| XYZ | 40.61 | 28.24 | 62.34 | - |
| YUV | 148.84 | 160.82 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 207 | 0.04 | 0.46 | 0 | 0.19 | 294.95 | 0.5 | 0.63 |
| Hex | C7 | 70 | CF | 4 | 2E | 0 | 13 | 127 | 32 | 3F |
| Octal | 307 | 160 | 317 | 4 | 56 | 0 | 23 | 447 | 62 | 77 |
| Binary | 11000111 | 1110000 | 11001111 | 100 | 101110 | 0 | 10011 | 100100111 | 110010 | 111111 |
Color Harmonies of #C770CF
Complementary color
Monochromatic Colors of #C770CF
Black with #C770CF
Text Example
Text Example
White with #C770CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C770CF; }
p { color: rgb(199,112,207); }
H1.HeaderClassName
{
color: #C770CF;
}
.AnyTagClassName
{
color: #C770CF;
}
</style>
background-color css
<style>
a { background-color: #C770CF; }
a { background-color: rgb(199,112,207); }
div.DivClassName
{
background-color: #C770CF;
}
.BgClassName
{
background-color: #C770CF;
}
</style>
border-color css
<style>
span { border-color: #C770CF; }
span { border-color: rgb(199,112,207); }
td.TdClassName
{
border-color: #C770CF;
}
.TagClassName
{
border-color: #C770CF;
}
</style>