Shades of Orchid #C770C2
Tints of Orchid #C770C2
RGB
CMYK
RGB Variations
Color information
#C770C2 (or 0xC770C2) is known color: Orchid. HEX triplet: C7, 70 and C2. RGB value is (199,112,194). Sum of RGB (Red+Green+Blue) = 199+112+194=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C770C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C770C2 is #388F3D. Grayscale: #939393. Windows color (decimal): -3706686 or 12742855. OLE color: 12742855.
HSL color Cylindrical-coordinate representation of color #C770C2: hue angle of 303.45º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C770C2 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 112 | 194 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.22 |
| HSL | 303.45º | 0.44% | 0.61% | - |
| HSV(B) | 303.45º | 0.44% | 0.78% | - |
| XYZ | 39.08 | 27.63 | 54.31 | - |
| YUV | 147.36 | 154.32 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 112 | 194 | 0 | 0.44 | 0.03 | 0.22 | 303.45 | 0.44 | 0.61 |
| Hex | C7 | 70 | C2 | 0 | 2C | 3 | 16 | 12F | 2C | 3D |
| Octal | 307 | 160 | 302 | 0 | 54 | 3 | 26 | 457 | 54 | 75 |
| Binary | 11000111 | 1110000 | 11000010 | 0 | 101100 | 11 | 10110 | 100101111 | 101100 | 111101 |
Color Harmonies of #C770C2
Complementary color
Monochromatic Colors of #C770C2
Black with #C770C2
Text Example
Text Example
White with #C770C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C770C2; }
p { color: rgb(199,112,194); }
H1.HeaderClassName
{
color: #C770C2;
}
.AnyTagClassName
{
color: #C770C2;
}
</style>
background-color css
<style>
a { background-color: #C770C2; }
a { background-color: rgb(199,112,194); }
div.DivClassName
{
background-color: #C770C2;
}
.BgClassName
{
background-color: #C770C2;
}
</style>
border-color css
<style>
span { border-color: #C770C2; }
span { border-color: rgb(199,112,194); }
td.TdClassName
{
border-color: #C770C2;
}
.TagClassName
{
border-color: #C770C2;
}
</style>