Shades of Orchid #C482D1
Tints of Orchid #C482D1
RGB
CMYK
RGB Variations
Color information
#C482D1 (or 0xC482D1) is known color: Orchid. HEX triplet: C4, 82 and D1. RGB value is (196,130,209). Sum of RGB (Red+Green+Blue) = 196+130+209=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 209 - color contains mainly: blue. Hex color #C482D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C482D1 is #3B7D2E. Grayscale: #9E9E9E. Windows color (decimal): -3898671 or 13730500. OLE color: 13730500.
HSL color Cylindrical-coordinate representation of color #C482D1: hue angle of 290.13º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C482D1 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 130 | 209 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.18 |
| HSL | 290.13º | 0.46% | 0.66% | - |
| HSV(B) | 290.13º | 0.38% | 0.82% | - |
| XYZ | 42.26 | 32.3 | 64.33 | - |
| YUV | 158.74 | 156.37 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 209 | 0.06 | 0.38 | 0 | 0.18 | 290.13 | 0.46 | 0.66 |
| Hex | C4 | 82 | D1 | 6 | 26 | 0 | 12 | 122 | 2E | 42 |
| Octal | 304 | 202 | 321 | 6 | 46 | 0 | 22 | 442 | 56 | 102 |
| Binary | 11000100 | 10000010 | 11010001 | 110 | 100110 | 0 | 10010 | 100100010 | 101110 | 1000010 |
Color Harmonies of #C482D1
Complementary color
Monochromatic Colors of #C482D1
Black with #C482D1
Text Example
Text Example
White with #C482D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C482D1; }
p { color: rgb(196,130,209); }
H1.HeaderClassName
{
color: #C482D1;
}
.AnyTagClassName
{
color: #C482D1;
}
</style>
background-color css
<style>
a { background-color: #C482D1; }
a { background-color: rgb(196,130,209); }
div.DivClassName
{
background-color: #C482D1;
}
.BgClassName
{
background-color: #C482D1;
}
</style>
border-color css
<style>
span { border-color: #C482D1; }
span { border-color: rgb(196,130,209); }
td.TdClassName
{
border-color: #C482D1;
}
.TagClassName
{
border-color: #C482D1;
}
</style>