Shades of Orchid #C480D3
Tints of Orchid #C480D3
RGB
CMYK
RGB Variations
Color information
#C480D3 (or 0xC480D3) is known color: Orchid. HEX triplet: C4, 80 and D3. RGB value is (196,128,211). Sum of RGB (Red+Green+Blue) = 196+128+211=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 211 (82.81% from 255 or 39.44% from 535); Max value from RGB is 211 - color contains mainly: blue. Hex color #C480D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C480D3 is #3B7F2C. Grayscale: #9D9D9D. Windows color (decimal): -3899181 or 13861060. OLE color: 13861060.
HSL color Cylindrical-coordinate representation of color #C480D3: hue angle of 289.16º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C480D3 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 128 | 211 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.17 |
| HSL | 289.16º | 0.49% | 0.66% | - |
| HSV(B) | 289.16º | 0.39% | 0.83% | - |
| XYZ | 42.24 | 31.88 | 65.55 | - |
| YUV | 157.79 | 158.03 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 128 | 211 | 0.07 | 0.39 | 0 | 0.17 | 289.16 | 0.49 | 0.66 |
| Hex | C4 | 80 | D3 | 7 | 27 | 0 | 11 | 121 | 31 | 42 |
| Octal | 304 | 200 | 323 | 7 | 47 | 0 | 21 | 441 | 61 | 102 |
| Binary | 11000100 | 10000000 | 11010011 | 111 | 100111 | 0 | 10001 | 100100001 | 110001 | 1000010 |
Color Harmonies of #C480D3
Complementary color
Monochromatic Colors of #C480D3
Black with #C480D3
Text Example
Text Example
White with #C480D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C480D3; }
p { color: rgb(196,128,211); }
H1.HeaderClassName
{
color: #C480D3;
}
.AnyTagClassName
{
color: #C480D3;
}
</style>
background-color css
<style>
a { background-color: #C480D3; }
a { background-color: rgb(196,128,211); }
div.DivClassName
{
background-color: #C480D3;
}
.BgClassName
{
background-color: #C480D3;
}
</style>
border-color css
<style>
span { border-color: #C480D3; }
span { border-color: rgb(196,128,211); }
td.TdClassName
{
border-color: #C480D3;
}
.TagClassName
{
border-color: #C480D3;
}
</style>