Shades of Orchid #C474CC
Tints of Orchid #C474CC
RGB
CMYK
RGB Variations
Color information
#C474CC (or 0xC474CC) is known color: Orchid. HEX triplet: C4, 74 and CC. RGB value is (196,116,204). Sum of RGB (Red+Green+Blue) = 196+116+204=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 116 (45.70% from 255 or 22.48% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #C474CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C474CC is #3B8B33. Grayscale: #959595. Windows color (decimal): -3902260 or 13399236. OLE color: 13399236.
HSL color Cylindrical-coordinate representation of color #C474CC: hue angle of 294.55º 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 #C474CC is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 116 | 204 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.2 |
| HSL | 294.55º | 0.46% | 0.63% | - |
| HSV(B) | 294.55º | 0.43% | 0.8% | - |
| XYZ | 39.91 | 28.59 | 60.54 | - |
| YUV | 149.95 | 158.5 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 116 | 204 | 0.04 | 0.43 | 0 | 0.2 | 294.55 | 0.46 | 0.63 |
| Hex | C4 | 74 | CC | 4 | 2B | 0 | 14 | 127 | 2E | 3F |
| Octal | 304 | 164 | 314 | 4 | 53 | 0 | 24 | 447 | 56 | 77 |
| Binary | 11000100 | 1110100 | 11001100 | 100 | 101011 | 0 | 10100 | 100100111 | 101110 | 111111 |
Color Harmonies of #C474CC
Complementary color
Monochromatic Colors of #C474CC
Black with #C474CC
Text Example
Text Example
White with #C474CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C474CC; }
p { color: rgb(196,116,204); }
H1.HeaderClassName
{
color: #C474CC;
}
.AnyTagClassName
{
color: #C474CC;
}
</style>
background-color css
<style>
a { background-color: #C474CC; }
a { background-color: rgb(196,116,204); }
div.DivClassName
{
background-color: #C474CC;
}
.BgClassName
{
background-color: #C474CC;
}
</style>
border-color css
<style>
span { border-color: #C474CC; }
span { border-color: rgb(196,116,204); }
td.TdClassName
{
border-color: #C474CC;
}
.TagClassName
{
border-color: #C474CC;
}
</style>