Shades of Orchid #C980D3
Tints of Orchid #C980D3
RGB
CMYK
RGB Variations
Color information
#C980D3 (or 0xC980D3) is known color: Orchid. HEX triplet: C9, 80 and D3. RGB value is (201,128,211). Sum of RGB (Red+Green+Blue) = 201+128+211=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 211 - color contains mainly: blue. Hex color #C980D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980D3 is #367F2C. Grayscale: #9F9F9F. Windows color (decimal): -3571501 or 13861065. OLE color: 13861065.
HSL color Cylindrical-coordinate representation of color #C980D3: hue angle of 292.77º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C980D3 is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 128 | 211 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.17 |
| HSL | 292.77º | 0.49% | 0.66% | - |
| HSV(B) | 292.77º | 0.39% | 0.83% | - |
| XYZ | 43.56 | 32.56 | 65.62 | - |
| YUV | 159.29 | 157.18 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 128 | 211 | 0.05 | 0.39 | 0 | 0.17 | 292.77 | 0.49 | 0.66 |
| Hex | C9 | 80 | D3 | 5 | 27 | 0 | 11 | 125 | 31 | 42 |
| Octal | 311 | 200 | 323 | 5 | 47 | 0 | 21 | 445 | 61 | 102 |
| Binary | 11001001 | 10000000 | 11010011 | 101 | 100111 | 0 | 10001 | 100100101 | 110001 | 1000010 |
Color Harmonies of #C980D3
Complementary color
Monochromatic Colors of #C980D3
Black with #C980D3
Text Example
Text Example
White with #C980D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C980D3; }
p { color: rgb(201,128,211); }
H1.HeaderClassName
{
color: #C980D3;
}
.AnyTagClassName
{
color: #C980D3;
}
</style>
background-color css
<style>
a { background-color: #C980D3; }
a { background-color: rgb(201,128,211); }
div.DivClassName
{
background-color: #C980D3;
}
.BgClassName
{
background-color: #C980D3;
}
</style>
border-color css
<style>
span { border-color: #C980D3; }
span { border-color: rgb(201,128,211); }
td.TdClassName
{
border-color: #C980D3;
}
.TagClassName
{
border-color: #C980D3;
}
</style>