Shades of Orchid #C774CC
Tints of Orchid #C774CC
RGB
CMYK
RGB Variations
Color information
#C774CC (or 0xC774CC) is known color: Orchid. HEX triplet: C7, 74 and CC. RGB value is (199,116,204). Sum of RGB (Red+Green+Blue) = 199+116+204=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #C774CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C774CC is #388B33. Grayscale: #969696. Windows color (decimal): -3705652 or 13399239. OLE color: 13399239.
HSL color Cylindrical-coordinate representation of color #C774CC: hue angle of 296.59º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C774CC is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 116 | 204 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.2 |
| HSL | 296.59º | 0.46% | 0.63% | - |
| HSV(B) | 296.59º | 0.43% | 0.8% | - |
| XYZ | 40.7 | 28.99 | 60.58 | - |
| YUV | 150.85 | 158 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 204 | 0.02 | 0.43 | 0 | 0.2 | 296.59 | 0.46 | 0.63 |
| Hex | C7 | 74 | CC | 2 | 2B | 0 | 14 | 129 | 2E | 3F |
| Octal | 307 | 164 | 314 | 2 | 53 | 0 | 24 | 451 | 56 | 77 |
| Binary | 11000111 | 1110100 | 11001100 | 10 | 101011 | 0 | 10100 | 100101001 | 101110 | 111111 |
Color Harmonies of #C774CC
Complementary color
Monochromatic Colors of #C774CC
Black with #C774CC
Text Example
Text Example
White with #C774CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C774CC; }
p { color: rgb(199,116,204); }
H1.HeaderClassName
{
color: #C774CC;
}
.AnyTagClassName
{
color: #C774CC;
}
</style>
background-color css
<style>
a { background-color: #C774CC; }
a { background-color: rgb(199,116,204); }
div.DivClassName
{
background-color: #C774CC;
}
.BgClassName
{
background-color: #C774CC;
}
</style>
border-color css
<style>
span { border-color: #C774CC; }
span { border-color: rgb(199,116,204); }
td.TdClassName
{
border-color: #C774CC;
}
.TagClassName
{
border-color: #C774CC;
}
</style>