Shades of Orchid #C978CB
Tints of Orchid #C978CB
RGB
CMYK
RGB Variations
Color information
#C978CB (or 0xC978CB) is known color: Orchid. HEX triplet: C9, 78 and CB. RGB value is (201,120,203). Sum of RGB (Red+Green+Blue) = 201+120+203=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 120 (47.27% from 255 or 22.90% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #C978CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C978CB is #368734. Grayscale: #999999. Windows color (decimal): -3573557 or 13334729. OLE color: 13334729.
HSL color Cylindrical-coordinate representation of color #C978CB: hue angle of 298.55º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C978CB is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 120 | 203 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.20 |
| HSL | 298.55º | 0.44% | 0.63% | - |
| HSV(B) | 298.55º | 0.41% | 0.8% | - |
| XYZ | 41.58 | 30.16 | 60.13 | - |
| YUV | 153.68 | 155.84 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 203 | 0.01 | 0.41 | 0 | 0.20 | 298.55 | 0.44 | 0.63 |
| Hex | C9 | 78 | CB | 1 | 29 | 0 | 14 | 12B | 2C | 3F |
| Octal | 311 | 170 | 313 | 1 | 51 | 0 | 24 | 453 | 54 | 77 |
| Binary | 11001001 | 1111000 | 11001011 | 1 | 101001 | 0 | 10100 | 100101011 | 101100 | 111111 |
Color Harmonies of #C978CB
Complementary color
Monochromatic Colors of #C978CB
Black with #C978CB
Text Example
Text Example
White with #C978CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C978CB; }
p { color: rgb(201,120,203); }
H1.HeaderClassName
{
color: #C978CB;
}
.AnyTagClassName
{
color: #C978CB;
}
</style>
background-color css
<style>
a { background-color: #C978CB; }
a { background-color: rgb(201,120,203); }
div.DivClassName
{
background-color: #C978CB;
}
.BgClassName
{
background-color: #C978CB;
}
</style>
border-color css
<style>
span { border-color: #C978CB; }
span { border-color: rgb(201,120,203); }
td.TdClassName
{
border-color: #C978CB;
}
.TagClassName
{
border-color: #C978CB;
}
</style>