Shades of Orchid #C480C0
Tints of Orchid #C480C0
RGB
CMYK
RGB Variations
Color information
#C480C0 (or 0xC480C0) is known color: Orchid. HEX triplet: C4, 80 and C0. RGB value is (196,128,192). Sum of RGB (Red+Green+Blue) = 196+128+192=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C480C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C480C0 is #3B7F3F. Grayscale: #9B9B9B. Windows color (decimal): -3899200 or 12615876. OLE color: 12615876.
HSL color Cylindrical-coordinate representation of color #C480C0: hue angle of 303.53º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C480C0 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 192 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.23 |
| HSL | 303.53º | 0.37% | 0.64% | - |
| HSV(B) | 303.53º | 0.35% | 0.77% | - |
| XYZ | 40 | 30.98 | 53.74 | - |
| YUV | 155.63 | 148.53 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 192 | 0 | 0.35 | 0.02 | 0.23 | 303.53 | 0.37 | 0.64 |
| Hex | C4 | 80 | C0 | 0 | 23 | 2 | 17 | 130 | 25 | 40 |
| Octal | 304 | 200 | 300 | 0 | 43 | 2 | 27 | 460 | 45 | 100 |
| Binary | 11000100 | 10000000 | 11000000 | 0 | 100011 | 10 | 10111 | 100110000 | 100101 | 1000000 |
Color Harmonies of #C480C0
Complementary color
Monochromatic Colors of #C480C0
Black with #C480C0
Text Example
Text Example
White with #C480C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C480C0; }
p { color: rgb(196,128,192); }
H1.HeaderClassName
{
color: #C480C0;
}
.AnyTagClassName
{
color: #C480C0;
}
</style>
background-color css
<style>
a { background-color: #C480C0; }
a { background-color: rgb(196,128,192); }
div.DivClassName
{
background-color: #C480C0;
}
.BgClassName
{
background-color: #C480C0;
}
</style>
border-color css
<style>
span { border-color: #C480C0; }
span { border-color: rgb(196,128,192); }
td.TdClassName
{
border-color: #C480C0;
}
.TagClassName
{
border-color: #C480C0;
}
</style>