Shades of Orchid #C872D9
Tints of Orchid #C872D9
RGB
CMYK
RGB Variations
Color information
#C872D9 (or 0xC872D9) is known color: Orchid. HEX triplet: C8, 72 and D9. RGB value is (200,114,217). Sum of RGB (Red+Green+Blue) = 200+114+217=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 217 - color contains mainly: blue. Hex color #C872D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C872D9 is #378D26. Grayscale: #979797. Windows color (decimal): -3640615 or 14250696. OLE color: 14250696.
HSL color Cylindrical-coordinate representation of color #C872D9: hue angle of 290.1º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C872D9 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 114 | 217 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.15 |
| HSL | 290.1º | 0.58% | 0.65% | - |
| HSV(B) | 290.1º | 0.47% | 0.85% | - |
| XYZ | 42.36 | 29.32 | 69.07 | - |
| YUV | 151.46 | 164.99 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 217 | 0.08 | 0.47 | 0 | 0.15 | 290.1 | 0.58 | 0.65 |
| Hex | C8 | 72 | D9 | 8 | 2F | 0 | F | 122 | 3A | 41 |
| Octal | 310 | 162 | 331 | 10 | 57 | 0 | 17 | 442 | 72 | 101 |
| Binary | 11001000 | 1110010 | 11011001 | 1000 | 101111 | 0 | 1111 | 100100010 | 111010 | 1000001 |
Color Harmonies of #C872D9
Complementary color
Monochromatic Colors of #C872D9
Black with #C872D9
Text Example
Text Example
White with #C872D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C872D9; }
p { color: rgb(200,114,217); }
H1.HeaderClassName
{
color: #C872D9;
}
.AnyTagClassName
{
color: #C872D9;
}
</style>
background-color css
<style>
a { background-color: #C872D9; }
a { background-color: rgb(200,114,217); }
div.DivClassName
{
background-color: #C872D9;
}
.BgClassName
{
background-color: #C872D9;
}
</style>
border-color css
<style>
span { border-color: #C872D9; }
span { border-color: rgb(200,114,217); }
td.TdClassName
{
border-color: #C872D9;
}
.TagClassName
{
border-color: #C872D9;
}
</style>