Shades of Orchid #C974CF
Tints of Orchid #C974CF
RGB
CMYK
RGB Variations
Color information
#C974CF (or 0xC974CF) is known color: Orchid. HEX triplet: C9, 74 and CF. RGB value is (201,116,207). Sum of RGB (Red+Green+Blue) = 201+116+207=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #C974CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C974CF is #368B30. Grayscale: #979797. Windows color (decimal): -3574577 or 13595849. OLE color: 13595849.
HSL color Cylindrical-coordinate representation of color #C974CF: hue angle of 296.04º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C974CF is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 116 | 207 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.19 |
| HSL | 296.04º | 0.49% | 0.63% | - |
| HSV(B) | 296.04º | 0.44% | 0.81% | - |
| XYZ | 41.6 | 29.41 | 62.52 | - |
| YUV | 151.79 | 159.16 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 116 | 207 | 0.03 | 0.44 | 0 | 0.19 | 296.04 | 0.49 | 0.63 |
| Hex | C9 | 74 | CF | 3 | 2C | 0 | 13 | 128 | 31 | 3F |
| Octal | 311 | 164 | 317 | 3 | 54 | 0 | 23 | 450 | 61 | 77 |
| Binary | 11001001 | 1110100 | 11001111 | 11 | 101100 | 0 | 10011 | 100101000 | 110001 | 111111 |
Color Harmonies of #C974CF
Complementary color
Monochromatic Colors of #C974CF
Black with #C974CF
Text Example
Text Example
White with #C974CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C974CF; }
p { color: rgb(201,116,207); }
H1.HeaderClassName
{
color: #C974CF;
}
.AnyTagClassName
{
color: #C974CF;
}
</style>
background-color css
<style>
a { background-color: #C974CF; }
a { background-color: rgb(201,116,207); }
div.DivClassName
{
background-color: #C974CF;
}
.BgClassName
{
background-color: #C974CF;
}
</style>
border-color css
<style>
span { border-color: #C974CF; }
span { border-color: rgb(201,116,207); }
td.TdClassName
{
border-color: #C974CF;
}
.TagClassName
{
border-color: #C974CF;
}
</style>