Shades of Orchid #C978DA
Tints of Orchid #C978DA
RGB
CMYK
RGB Variations
Color information
#C978DA (or 0xC978DA) is known color: Orchid. HEX triplet: C9, 78 and DA. RGB value is (201,120,218). Sum of RGB (Red+Green+Blue) = 201+120+218=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #C978DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C978DA is #368725. Grayscale: #9B9B9B. Windows color (decimal): -3573542 or 14317769. OLE color: 14317769.
HSL color Cylindrical-coordinate representation of color #C978DA: hue angle of 289.59º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C978DA is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 120 | 218 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.15 |
| HSL | 289.59º | 0.57% | 0.66% | - |
| HSV(B) | 289.59º | 0.45% | 0.85% | - |
| XYZ | 43.46 | 30.91 | 70.01 | - |
| YUV | 155.39 | 163.34 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 120 | 218 | 0.08 | 0.45 | 0 | 0.15 | 289.59 | 0.57 | 0.66 |
| Hex | C9 | 78 | DA | 8 | 2D | 0 | F | 122 | 39 | 42 |
| Octal | 311 | 170 | 332 | 10 | 55 | 0 | 17 | 442 | 71 | 102 |
| Binary | 11001001 | 1111000 | 11011010 | 1000 | 101101 | 0 | 1111 | 100100010 | 111001 | 1000010 |
Color Harmonies of #C978DA
Complementary color
Monochromatic Colors of #C978DA
Black with #C978DA
Text Example
Text Example
White with #C978DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C978DA; }
p { color: rgb(201,120,218); }
H1.HeaderClassName
{
color: #C978DA;
}
.AnyTagClassName
{
color: #C978DA;
}
</style>
background-color css
<style>
a { background-color: #C978DA; }
a { background-color: rgb(201,120,218); }
div.DivClassName
{
background-color: #C978DA;
}
.BgClassName
{
background-color: #C978DA;
}
</style>
border-color css
<style>
span { border-color: #C978DA; }
span { border-color: rgb(201,120,218); }
td.TdClassName
{
border-color: #C978DA;
}
.TagClassName
{
border-color: #C978DA;
}
</style>