Shades of Orchid #C480C1
Tints of Orchid #C480C1
RGB
CMYK
RGB Variations
Color information
#C480C1 (or 0xC480C1) is known color: Orchid. HEX triplet: C4, 80 and C1. RGB value is (196,128,193). Sum of RGB (Red+Green+Blue) = 196+128+193=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 196 - color contains mainly: red. Hex color #C480C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C480C1 is #3B7F3E. Grayscale: #9B9B9B. Windows color (decimal): -3899199 or 12681412. OLE color: 12681412.
HSL color Cylindrical-coordinate representation of color #C480C1: hue angle of 302.65º 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 #C480C1 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 193 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.23 |
| HSL | 302.65º | 0.37% | 0.64% | - |
| HSV(B) | 302.65º | 0.35% | 0.77% | - |
| XYZ | 40.11 | 31.02 | 54.33 | - |
| YUV | 155.74 | 149.03 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 193 | 0 | 0.35 | 0.02 | 0.23 | 302.65 | 0.37 | 0.64 |
| Hex | C4 | 80 | C1 | 0 | 23 | 2 | 17 | 12F | 25 | 40 |
| Octal | 304 | 200 | 301 | 0 | 43 | 2 | 27 | 457 | 45 | 100 |
| Binary | 11000100 | 10000000 | 11000001 | 0 | 100011 | 10 | 10111 | 100101111 | 100101 | 1000000 |
Color Harmonies of #C480C1
Complementary color
Monochromatic Colors of #C480C1
Black with #C480C1
Text Example
Text Example
White with #C480C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C480C1; }
p { color: rgb(196,128,193); }
H1.HeaderClassName
{
color: #C480C1;
}
.AnyTagClassName
{
color: #C480C1;
}
</style>
background-color css
<style>
a { background-color: #C480C1; }
a { background-color: rgb(196,128,193); }
div.DivClassName
{
background-color: #C480C1;
}
.BgClassName
{
background-color: #C480C1;
}
</style>
border-color css
<style>
span { border-color: #C480C1; }
span { border-color: rgb(196,128,193); }
td.TdClassName
{
border-color: #C480C1;
}
.TagClassName
{
border-color: #C480C1;
}
</style>