Shades of Orchid #C872C6
Tints of Orchid #C872C6
RGB
CMYK
RGB Variations
Color information
#C872C6 (or 0xC872C6) is known color: Orchid. HEX triplet: C8, 72 and C6. RGB value is (200,114,198). Sum of RGB (Red+Green+Blue) = 200+114+198=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C872C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C872C6 is #378D39. Grayscale: #959595. Windows color (decimal): -3640634 or 13005512. OLE color: 13005512.
HSL color Cylindrical-coordinate representation of color #C872C6: hue angle of 301.4º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C872C6 is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 198 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.22 |
| HSL | 301.4º | 0.44% | 0.62% | - |
| HSV(B) | 301.4º | 0.43% | 0.78% | - |
| XYZ | 40.03 | 28.39 | 56.8 | - |
| YUV | 149.29 | 155.49 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 198 | 0 | 0.43 | 0.01 | 0.22 | 301.4 | 0.44 | 0.62 |
| Hex | C8 | 72 | C6 | 0 | 2B | 1 | 16 | 12D | 2C | 3E |
| Octal | 310 | 162 | 306 | 0 | 53 | 1 | 26 | 455 | 54 | 76 |
| Binary | 11001000 | 1110010 | 11000110 | 0 | 101011 | 1 | 10110 | 100101101 | 101100 | 111110 |
Color Harmonies of #C872C6
Complementary color
Monochromatic Colors of #C872C6
Black with #C872C6
Text Example
Text Example
White with #C872C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C872C6; }
p { color: rgb(200,114,198); }
H1.HeaderClassName
{
color: #C872C6;
}
.AnyTagClassName
{
color: #C872C6;
}
</style>
background-color css
<style>
a { background-color: #C872C6; }
a { background-color: rgb(200,114,198); }
div.DivClassName
{
background-color: #C872C6;
}
.BgClassName
{
background-color: #C872C6;
}
</style>
border-color css
<style>
span { border-color: #C872C6; }
span { border-color: rgb(200,114,198); }
td.TdClassName
{
border-color: #C872C6;
}
.TagClassName
{
border-color: #C872C6;
}
</style>