Shades of Orchid #C982C2
Tints of Orchid #C982C2
RGB
CMYK
RGB Variations
Color information
#C982C2 (or 0xC982C2) is known color: Orchid. HEX triplet: C9, 82 and C2. RGB value is (201,130,194). Sum of RGB (Red+Green+Blue) = 201+130+194=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 201 - color contains mainly: red. Hex color #C982C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C982C2 is #367D3D. Grayscale: #9E9E9E. Windows color (decimal): -3571006 or 12747465. OLE color: 12747465.
HSL color Cylindrical-coordinate representation of color #C982C2: hue angle of 305.92º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C982C2 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 130 | 194 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.21 |
| HSL | 305.92º | 0.4% | 0.65% | - |
| HSV(B) | 305.92º | 0.35% | 0.79% | - |
| XYZ | 41.81 | 32.28 | 55.07 | - |
| YUV | 158.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 194 | 0 | 0.35 | 0.03 | 0.21 | 305.92 | 0.4 | 0.65 |
| Hex | C9 | 82 | C2 | 0 | 23 | 3 | 15 | 132 | 28 | 41 |
| Octal | 311 | 202 | 302 | 0 | 43 | 3 | 25 | 462 | 50 | 101 |
| Binary | 11001001 | 10000010 | 11000010 | 0 | 100011 | 11 | 10101 | 100110010 | 101000 | 1000001 |
Color Harmonies of #C982C2
Complementary color
Monochromatic Colors of #C982C2
Black with #C982C2
Text Example
Text Example
White with #C982C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C982C2; }
p { color: rgb(201,130,194); }
H1.HeaderClassName
{
color: #C982C2;
}
.AnyTagClassName
{
color: #C982C2;
}
</style>
background-color css
<style>
a { background-color: #C982C2; }
a { background-color: rgb(201,130,194); }
div.DivClassName
{
background-color: #C982C2;
}
.BgClassName
{
background-color: #C982C2;
}
</style>
border-color css
<style>
span { border-color: #C982C2; }
span { border-color: rgb(201,130,194); }
td.TdClassName
{
border-color: #C982C2;
}
.TagClassName
{
border-color: #C982C2;
}
</style>