Shades of Orchid #C984CF
Tints of Orchid #C984CF
RGB
CMYK
RGB Variations
Color information
#C984CF (or 0xC984CF) is known color: Orchid. HEX triplet: C9, 84 and CF. RGB value is (201,132,207). Sum of RGB (Red+Green+Blue) = 201+132+207=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 132 (51.95% from 255 or 24.44% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 207 - color contains mainly: blue. Hex color #C984CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984CF is #367B30. Grayscale: #A0A0A0. Windows color (decimal): -3570481 or 13599945. OLE color: 13599945.
HSL color Cylindrical-coordinate representation of color #C984CF: hue angle of 295.2º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C984CF is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 132 | 207 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.19 |
| HSL | 295.2º | 0.44% | 0.66% | - |
| HSV(B) | 295.2º | 0.36% | 0.81% | - |
| XYZ | 43.6 | 33.43 | 63.19 | - |
| YUV | 161.18 | 153.86 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 207 | 0.03 | 0.36 | 0 | 0.19 | 295.2 | 0.44 | 0.66 |
| Hex | C9 | 84 | CF | 3 | 24 | 0 | 13 | 127 | 2C | 42 |
| Octal | 311 | 204 | 317 | 3 | 44 | 0 | 23 | 447 | 54 | 102 |
| Binary | 11001001 | 10000100 | 11001111 | 11 | 100100 | 0 | 10011 | 100100111 | 101100 | 1000010 |
Color Harmonies of #C984CF
Complementary color
Monochromatic Colors of #C984CF
Black with #C984CF
Text Example
Text Example
White with #C984CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C984CF; }
p { color: rgb(201,132,207); }
H1.HeaderClassName
{
color: #C984CF;
}
.AnyTagClassName
{
color: #C984CF;
}
</style>
background-color css
<style>
a { background-color: #C984CF; }
a { background-color: rgb(201,132,207); }
div.DivClassName
{
background-color: #C984CF;
}
.BgClassName
{
background-color: #C984CF;
}
</style>
border-color css
<style>
span { border-color: #C984CF; }
span { border-color: rgb(201,132,207); }
td.TdClassName
{
border-color: #C984CF;
}
.TagClassName
{
border-color: #C984CF;
}
</style>