Shades of Orchid #C974DD
Tints of Orchid #C974DD
RGB
CMYK
RGB Variations
Color information
#C974DD (or 0xC974DD) is known color: Orchid. HEX triplet: C9, 74 and DD. RGB value is (201,116,221). Sum of RGB (Red+Green+Blue) = 201+116+221=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #C974DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C974DD is #368B22. Grayscale: #999999. Windows color (decimal): -3574563 or 14513353. OLE color: 14513353.
HSL color Cylindrical-coordinate representation of color #C974DD: hue angle of 288.57º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C974DD is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 116 | 221 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.13 |
| HSL | 288.57º | 0.61% | 0.66% | - |
| HSV(B) | 288.57º | 0.48% | 0.87% | - |
| XYZ | 43.38 | 30.13 | 71.94 | - |
| YUV | 153.39 | 166.16 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 221 | 0.09 | 0.48 | 0 | 0.13 | 288.57 | 0.61 | 0.66 |
| Hex | C9 | 74 | DD | 9 | 30 | 0 | D | 121 | 3D | 42 |
| Octal | 311 | 164 | 335 | 11 | 60 | 0 | 15 | 441 | 75 | 102 |
| Binary | 11001001 | 1110100 | 11011101 | 1001 | 110000 | 0 | 1101 | 100100001 | 111101 | 1000010 |
Color Harmonies of #C974DD
Complementary color
Monochromatic Colors of #C974DD
Black with #C974DD
Text Example
Text Example
White with #C974DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C974DD; }
p { color: rgb(201,116,221); }
H1.HeaderClassName
{
color: #C974DD;
}
.AnyTagClassName
{
color: #C974DD;
}
</style>
background-color css
<style>
a { background-color: #C974DD; }
a { background-color: rgb(201,116,221); }
div.DivClassName
{
background-color: #C974DD;
}
.BgClassName
{
background-color: #C974DD;
}
</style>
border-color css
<style>
span { border-color: #C974DD; }
span { border-color: rgb(201,116,221); }
td.TdClassName
{
border-color: #C974DD;
}
.TagClassName
{
border-color: #C974DD;
}
</style>