Shades of Orchid #C984D4
Tints of Orchid #C984D4
RGB
CMYK
RGB Variations
Color information
#C984D4 (or 0xC984D4) is known color: Orchid. HEX triplet: C9, 84 and D4. RGB value is (201,132,212). Sum of RGB (Red+Green+Blue) = 201+132+212=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 212 (83.20% from 255 or 38.90% from 545); Max value from RGB is 212 - color contains mainly: blue. Hex color #C984D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984D4 is #367B2B. Grayscale: #A1A1A1. Windows color (decimal): -3570476 or 13927625. OLE color: 13927625.
HSL color Cylindrical-coordinate representation of color #C984D4: hue angle of 291.75º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C984D4 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 132 | 212 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.17 |
| HSL | 291.75º | 0.48% | 0.67% | - |
| HSV(B) | 291.75º | 0.38% | 0.83% | - |
| XYZ | 44.22 | 33.67 | 66.46 | - |
| YUV | 161.75 | 156.36 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 212 | 0.05 | 0.38 | 0 | 0.17 | 291.75 | 0.48 | 0.67 |
| Hex | C9 | 84 | D4 | 5 | 26 | 0 | 11 | 124 | 30 | 43 |
| Octal | 311 | 204 | 324 | 5 | 46 | 0 | 21 | 444 | 60 | 103 |
| Binary | 11001001 | 10000100 | 11010100 | 101 | 100110 | 0 | 10001 | 100100100 | 110000 | 1000011 |
Color Harmonies of #C984D4
Complementary color
Monochromatic Colors of #C984D4
Black with #C984D4
Text Example
Text Example
White with #C984D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C984D4; }
p { color: rgb(201,132,212); }
H1.HeaderClassName
{
color: #C984D4;
}
.AnyTagClassName
{
color: #C984D4;
}
</style>
background-color css
<style>
a { background-color: #C984D4; }
a { background-color: rgb(201,132,212); }
div.DivClassName
{
background-color: #C984D4;
}
.BgClassName
{
background-color: #C984D4;
}
</style>
border-color css
<style>
span { border-color: #C984D4; }
span { border-color: rgb(201,132,212); }
td.TdClassName
{
border-color: #C984D4;
}
.TagClassName
{
border-color: #C984D4;
}
</style>