Shades of Orchid #C482CD
Tints of Orchid #C482CD
RGB
CMYK
RGB Variations
Color information
#C482CD (or 0xC482CD) is known color: Orchid. HEX triplet: C4, 82 and CD. RGB value is (196,130,205). Sum of RGB (Red+Green+Blue) = 196+130+205=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #C482CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C482CD is #3B7D32. Grayscale: #9E9E9E. Windows color (decimal): -3898675 or 13468356. OLE color: 13468356.
HSL color Cylindrical-coordinate representation of color #C482CD: hue angle of 292.8º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C482CD is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 130 | 205 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.20 |
| HSL | 292.8º | 0.43% | 0.66% | - |
| HSV(B) | 292.8º | 0.37% | 0.8% | - |
| XYZ | 41.77 | 32.11 | 61.75 | - |
| YUV | 158.28 | 154.37 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 205 | 0.04 | 0.37 | 0 | 0.20 | 292.8 | 0.43 | 0.66 |
| Hex | C4 | 82 | CD | 4 | 25 | 0 | 14 | 125 | 2B | 42 |
| Octal | 304 | 202 | 315 | 4 | 45 | 0 | 24 | 445 | 53 | 102 |
| Binary | 11000100 | 10000010 | 11001101 | 100 | 100101 | 0 | 10100 | 100100101 | 101011 | 1000010 |
Color Harmonies of #C482CD
Complementary color
Monochromatic Colors of #C482CD
Black with #C482CD
Text Example
Text Example
White with #C482CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C482CD; }
p { color: rgb(196,130,205); }
H1.HeaderClassName
{
color: #C482CD;
}
.AnyTagClassName
{
color: #C482CD;
}
</style>
background-color css
<style>
a { background-color: #C482CD; }
a { background-color: rgb(196,130,205); }
div.DivClassName
{
background-color: #C482CD;
}
.BgClassName
{
background-color: #C482CD;
}
</style>
border-color css
<style>
span { border-color: #C482CD; }
span { border-color: rgb(196,130,205); }
td.TdClassName
{
border-color: #C482CD;
}
.TagClassName
{
border-color: #C482CD;
}
</style>