Shades of Orchid #C972E1
Tints of Orchid #C972E1
RGB
CMYK
RGB Variations
Color information
#C972E1 (or 0xC972E1) is known color: Orchid. HEX triplet: C9, 72 and E1. RGB value is (201,114,225). Sum of RGB (Red+Green+Blue) = 201+114+225=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #C972E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972E1 is #368D1E. Grayscale: #989898. Windows color (decimal): -3575071 or 14774985. OLE color: 14774985.
HSL color Cylindrical-coordinate representation of color #C972E1: hue angle of 287.03º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C972E1 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 114 | 225 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.12 |
| HSL | 287.03º | 0.65% | 0.66% | - |
| HSV(B) | 287.03º | 0.49% | 0.88% | - |
| XYZ | 43.7 | 29.89 | 74.7 | - |
| YUV | 152.67 | 168.82 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 225 | 0.11 | 0.49 | 0 | 0.12 | 287.03 | 0.65 | 0.66 |
| Hex | C9 | 72 | E1 | B | 31 | 0 | C | 11F | 41 | 42 |
| Octal | 311 | 162 | 341 | 13 | 61 | 0 | 14 | 437 | 101 | 102 |
| Binary | 11001001 | 1110010 | 11100001 | 1011 | 110001 | 0 | 1100 | 100011111 | 1000001 | 1000010 |
Color Harmonies of #C972E1
Complementary color
Monochromatic Colors of #C972E1
Black with #C972E1
Text Example
Text Example
White with #C972E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C972E1; }
p { color: rgb(201,114,225); }
H1.HeaderClassName
{
color: #C972E1;
}
.AnyTagClassName
{
color: #C972E1;
}
</style>
background-color css
<style>
a { background-color: #C972E1; }
a { background-color: rgb(201,114,225); }
div.DivClassName
{
background-color: #C972E1;
}
.BgClassName
{
background-color: #C972E1;
}
</style>
border-color css
<style>
span { border-color: #C972E1; }
span { border-color: rgb(201,114,225); }
td.TdClassName
{
border-color: #C972E1;
}
.TagClassName
{
border-color: #C972E1;
}
</style>