Shades of Orchid #C972E4
Tints of Orchid #C972E4
RGB
CMYK
RGB Variations
Color information
#C972E4 (or 0xC972E4) is known color: Orchid. HEX triplet: C9, 72 and E4. RGB value is (201,114,228). Sum of RGB (Red+Green+Blue) = 201+114+228=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 114 (44.92% from 255 or 20.99% from 543); Blue value is 228 (89.45% from 255 or 41.99% from 543); Max value from RGB is 228 - color contains mainly: blue. Hex color #C972E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972E4 is #368D1B. Grayscale: #989898. Windows color (decimal): -3575068 or 14971593. OLE color: 14971593.
HSL color Cylindrical-coordinate representation of color #C972E4: hue angle of 285.79º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C972E4 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 114 | 228 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.11 |
| HSL | 285.79º | 0.68% | 0.67% | - |
| HSV(B) | 285.79º | 0.5% | 0.89% | - |
| XYZ | 44.11 | 30.05 | 76.87 | - |
| YUV | 153.01 | 170.32 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 228 | 0.12 | 0.50 | 0 | 0.11 | 285.79 | 0.68 | 0.67 |
| Hex | C9 | 72 | E4 | C | 32 | 0 | B | 11E | 44 | 43 |
| Octal | 311 | 162 | 344 | 14 | 62 | 0 | 13 | 436 | 104 | 103 |
| Binary | 11001001 | 1110010 | 11100100 | 1100 | 110010 | 0 | 1011 | 100011110 | 1000100 | 1000011 |
Color Harmonies of #C972E4
Complementary color
Monochromatic Colors of #C972E4
Black with #C972E4
Text Example
Text Example
White with #C972E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C972E4; }
p { color: rgb(201,114,228); }
H1.HeaderClassName
{
color: #C972E4;
}
.AnyTagClassName
{
color: #C972E4;
}
</style>
background-color css
<style>
a { background-color: #C972E4; }
a { background-color: rgb(201,114,228); }
div.DivClassName
{
background-color: #C972E4;
}
.BgClassName
{
background-color: #C972E4;
}
</style>
border-color css
<style>
span { border-color: #C972E4; }
span { border-color: rgb(201,114,228); }
td.TdClassName
{
border-color: #C972E4;
}
.TagClassName
{
border-color: #C972E4;
}
</style>