Shades of Orchid #C974DA
Tints of Orchid #C974DA
RGB
CMYK
RGB Variations
Color information
#C974DA (or 0xC974DA) is known color: Orchid. HEX triplet: C9, 74 and DA. RGB value is (201,116,218). Sum of RGB (Red+Green+Blue) = 201+116+218=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #C974DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C974DA is #368B25. Grayscale: #989898. Windows color (decimal): -3574566 or 14316745. OLE color: 14316745.
HSL color Cylindrical-coordinate representation of color #C974DA: hue angle of 290º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C974DA is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 116 | 218 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.15 |
| HSL | 290º | 0.58% | 0.65% | - |
| HSV(B) | 290º | 0.47% | 0.85% | - |
| XYZ | 42.99 | 29.97 | 69.85 | - |
| YUV | 153.04 | 164.66 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 218 | 0.08 | 0.47 | 0 | 0.15 | 290 | 0.58 | 0.65 |
| Hex | C9 | 74 | DA | 8 | 2F | 0 | F | 122 | 3A | 41 |
| Octal | 311 | 164 | 332 | 10 | 57 | 0 | 17 | 442 | 72 | 101 |
| Binary | 11001001 | 1110100 | 11011010 | 1000 | 101111 | 0 | 1111 | 100100010 | 111010 | 1000001 |
Color Harmonies of #C974DA
Complementary color
Monochromatic Colors of #C974DA
Black with #C974DA
Text Example
Text Example
White with #C974DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C974DA; }
p { color: rgb(201,116,218); }
H1.HeaderClassName
{
color: #C974DA;
}
.AnyTagClassName
{
color: #C974DA;
}
</style>
background-color css
<style>
a { background-color: #C974DA; }
a { background-color: rgb(201,116,218); }
div.DivClassName
{
background-color: #C974DA;
}
.BgClassName
{
background-color: #C974DA;
}
</style>
border-color css
<style>
span { border-color: #C974DA; }
span { border-color: rgb(201,116,218); }
td.TdClassName
{
border-color: #C974DA;
}
.TagClassName
{
border-color: #C974DA;
}
</style>