Shades of Orchid #C872E1
Tints of Orchid #C872E1
RGB
CMYK
RGB Variations
Color information
#C872E1 (or 0xC872E1) is known color: Orchid. HEX triplet: C8, 72 and E1. RGB value is (200,114,225). Sum of RGB (Red+Green+Blue) = 200+114+225=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 225 - color contains mainly: blue. Hex color #C872E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C872E1 is #378D1E. Grayscale: #989898. Windows color (decimal): -3640607 or 14774984. OLE color: 14774984.
HSL color Cylindrical-coordinate representation of color #C872E1: hue angle of 286.49º 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 #C872E1 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 114 | 225 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.12 |
| HSL | 286.49º | 0.65% | 0.66% | - |
| HSV(B) | 286.49º | 0.49% | 0.88% | - |
| XYZ | 43.43 | 29.75 | 74.69 | - |
| YUV | 152.37 | 168.99 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 225 | 0.11 | 0.49 | 0 | 0.12 | 286.49 | 0.65 | 0.66 |
| Hex | C8 | 72 | E1 | B | 31 | 0 | C | 11E | 41 | 42 |
| Octal | 310 | 162 | 341 | 13 | 61 | 0 | 14 | 436 | 101 | 102 |
| Binary | 11001000 | 1110010 | 11100001 | 1011 | 110001 | 0 | 1100 | 100011110 | 1000001 | 1000010 |
Color Harmonies of #C872E1
Complementary color
Monochromatic Colors of #C872E1
Black with #C872E1
Text Example
Text Example
White with #C872E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C872E1; }
p { color: rgb(200,114,225); }
H1.HeaderClassName
{
color: #C872E1;
}
.AnyTagClassName
{
color: #C872E1;
}
</style>
background-color css
<style>
a { background-color: #C872E1; }
a { background-color: rgb(200,114,225); }
div.DivClassName
{
background-color: #C872E1;
}
.BgClassName
{
background-color: #C872E1;
}
</style>
border-color css
<style>
span { border-color: #C872E1; }
span { border-color: rgb(200,114,225); }
td.TdClassName
{
border-color: #C872E1;
}
.TagClassName
{
border-color: #C872E1;
}
</style>