Shades of Orchid #C482D2
Tints of Orchid #C482D2
RGB
CMYK
RGB Variations
Color information
#C482D2 (or 0xC482D2) is known color: Orchid. HEX triplet: C4, 82 and D2. RGB value is (196,130,210). Sum of RGB (Red+Green+Blue) = 196+130+210=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 210 (82.42% from 255 or 39.18% from 536); Max value from RGB is 210 - color contains mainly: blue. Hex color #C482D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C482D2 is #3B7D2D. Grayscale: #9E9E9E. Windows color (decimal): -3898670 or 13796036. OLE color: 13796036.
HSL color Cylindrical-coordinate representation of color #C482D2: hue angle of 289.5º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C482D2 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 130 | 210 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.18 |
| HSL | 289.5º | 0.47% | 0.67% | - |
| HSV(B) | 289.5º | 0.38% | 0.82% | - |
| XYZ | 42.38 | 32.35 | 64.98 | - |
| YUV | 158.85 | 156.87 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 130 | 210 | 0.07 | 0.38 | 0 | 0.18 | 289.5 | 0.47 | 0.67 |
| Hex | C4 | 82 | D2 | 7 | 26 | 0 | 12 | 122 | 2F | 43 |
| Octal | 304 | 202 | 322 | 7 | 46 | 0 | 22 | 442 | 57 | 103 |
| Binary | 11000100 | 10000010 | 11010010 | 111 | 100110 | 0 | 10010 | 100100010 | 101111 | 1000011 |
Color Harmonies of #C482D2
Complementary color
Monochromatic Colors of #C482D2
Black with #C482D2
Text Example
Text Example
White with #C482D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C482D2; }
p { color: rgb(196,130,210); }
H1.HeaderClassName
{
color: #C482D2;
}
.AnyTagClassName
{
color: #C482D2;
}
</style>
background-color css
<style>
a { background-color: #C482D2; }
a { background-color: rgb(196,130,210); }
div.DivClassName
{
background-color: #C482D2;
}
.BgClassName
{
background-color: #C482D2;
}
</style>
border-color css
<style>
span { border-color: #C482D2; }
span { border-color: rgb(196,130,210); }
td.TdClassName
{
border-color: #C482D2;
}
.TagClassName
{
border-color: #C482D2;
}
</style>