Shades of Orchid #C480C2
Tints of Orchid #C480C2
RGB
CMYK
RGB Variations
Color information
#C480C2 (or 0xC480C2) is known color: Orchid. HEX triplet: C4, 80 and C2. RGB value is (196,128,194). Sum of RGB (Red+Green+Blue) = 196+128+194=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 128 (50.39% from 255 or 24.71% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 196 - color contains mainly: red. Hex color #C480C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C480C2 is #3B7F3D. Grayscale: #9B9B9B. Windows color (decimal): -3899198 or 12746948. OLE color: 12746948.
HSL color Cylindrical-coordinate representation of color #C480C2: hue angle of 301.76º 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 #C480C2 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 128 | 194 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.23 |
| HSL | 301.76º | 0.37% | 0.64% | - |
| HSV(B) | 301.76º | 0.35% | 0.77% | - |
| XYZ | 40.22 | 31.07 | 54.92 | - |
| YUV | 155.86 | 149.53 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 194 | 0 | 0.35 | 0.01 | 0.23 | 301.76 | 0.37 | 0.64 |
| Hex | C4 | 80 | C2 | 0 | 23 | 1 | 17 | 12E | 25 | 40 |
| Octal | 304 | 200 | 302 | 0 | 43 | 1 | 27 | 456 | 45 | 100 |
| Binary | 11000100 | 10000000 | 11000010 | 0 | 100011 | 1 | 10111 | 100101110 | 100101 | 1000000 |
Color Harmonies of #C480C2
Complementary color
Monochromatic Colors of #C480C2
Black with #C480C2
Text Example
Text Example
White with #C480C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C480C2; }
p { color: rgb(196,128,194); }
H1.HeaderClassName
{
color: #C480C2;
}
.AnyTagClassName
{
color: #C480C2;
}
</style>
background-color css
<style>
a { background-color: #C480C2; }
a { background-color: rgb(196,128,194); }
div.DivClassName
{
background-color: #C480C2;
}
.BgClassName
{
background-color: #C480C2;
}
</style>
border-color css
<style>
span { border-color: #C480C2; }
span { border-color: rgb(196,128,194); }
td.TdClassName
{
border-color: #C480C2;
}
.TagClassName
{
border-color: #C480C2;
}
</style>