Shades of Orchid #C984CC
Tints of Orchid #C984CC
RGB
CMYK
RGB Variations
Color information
#C984CC (or 0xC984CC) is known color: Orchid. HEX triplet: C9, 84 and CC. RGB value is (201,132,204). Sum of RGB (Red+Green+Blue) = 201+132+204=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 132 (51.95% from 255 or 24.58% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #C984CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984CC is #367B33. Grayscale: #A0A0A0. Windows color (decimal): -3570484 or 13403337. OLE color: 13403337.
HSL color Cylindrical-coordinate representation of color #C984CC: hue angle of 297.5º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C984CC is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 132 | 204 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.2 |
| HSL | 297.5º | 0.41% | 0.66% | - |
| HSV(B) | 297.5º | 0.35% | 0.8% | - |
| XYZ | 43.24 | 33.28 | 61.27 | - |
| YUV | 160.84 | 152.36 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 204 | 0.01 | 0.35 | 0 | 0.2 | 297.5 | 0.41 | 0.66 |
| Hex | C9 | 84 | CC | 1 | 23 | 0 | 14 | 12A | 29 | 42 |
| Octal | 311 | 204 | 314 | 1 | 43 | 0 | 24 | 452 | 51 | 102 |
| Binary | 11001001 | 10000100 | 11001100 | 1 | 100011 | 0 | 10100 | 100101010 | 101001 | 1000010 |
Color Harmonies of #C984CC
Complementary color
Monochromatic Colors of #C984CC
Black with #C984CC
Text Example
Text Example
White with #C984CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C984CC; }
p { color: rgb(201,132,204); }
H1.HeaderClassName
{
color: #C984CC;
}
.AnyTagClassName
{
color: #C984CC;
}
</style>
background-color css
<style>
a { background-color: #C984CC; }
a { background-color: rgb(201,132,204); }
div.DivClassName
{
background-color: #C984CC;
}
.BgClassName
{
background-color: #C984CC;
}
</style>
border-color css
<style>
span { border-color: #C984CC; }
span { border-color: rgb(201,132,204); }
td.TdClassName
{
border-color: #C984CC;
}
.TagClassName
{
border-color: #C984CC;
}
</style>