Shades of Orchid #C482CC
Tints of Orchid #C482CC
RGB
CMYK
RGB Variations
Color information
#C482CC (or 0xC482CC) is known color: Orchid. HEX triplet: C4, 82 and CC. RGB value is (196,130,204). Sum of RGB (Red+Green+Blue) = 196+130+204=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #C482CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C482CC is #3B7D33. Grayscale: #9D9D9D. Windows color (decimal): -3898676 or 13402820. OLE color: 13402820.
HSL color Cylindrical-coordinate representation of color #C482CC: hue angle of 293.51º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C482CC is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 196 | 130 | 204 | - |
| CMYK | 0.04 | 0.36 | 0 | 0.2 |
| HSL | 293.51º | 0.42% | 0.65% | - |
| HSV(B) | 293.51º | 0.36% | 0.8% | - |
| XYZ | 41.65 | 32.06 | 61.12 | - |
| YUV | 158.17 | 153.87 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 204 | 0.04 | 0.36 | 0 | 0.2 | 293.51 | 0.42 | 0.65 |
| Hex | C4 | 82 | CC | 4 | 24 | 0 | 14 | 126 | 2A | 41 |
| Octal | 304 | 202 | 314 | 4 | 44 | 0 | 24 | 446 | 52 | 101 |
| Binary | 11000100 | 10000010 | 11001100 | 100 | 100100 | 0 | 10100 | 100100110 | 101010 | 1000001 |
Color Harmonies of #C482CC
Complementary color
Monochromatic Colors of #C482CC
Black with #C482CC
Text Example
Text Example
White with #C482CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C482CC; }
p { color: rgb(196,130,204); }
H1.HeaderClassName
{
color: #C482CC;
}
.AnyTagClassName
{
color: #C482CC;
}
</style>
background-color css
<style>
a { background-color: #C482CC; }
a { background-color: rgb(196,130,204); }
div.DivClassName
{
background-color: #C482CC;
}
.BgClassName
{
background-color: #C482CC;
}
</style>
border-color css
<style>
span { border-color: #C482CC; }
span { border-color: rgb(196,130,204); }
td.TdClassName
{
border-color: #C482CC;
}
.TagClassName
{
border-color: #C482CC;
}
</style>