Shades of Orchid #C072C8
Tints of Orchid #C072C8
RGB
CMYK
RGB Variations
Color information
#C072C8 (or 0xC072C8) is known color: Orchid. HEX triplet: C0, 72 and C8. RGB value is (192,114,200). Sum of RGB (Red+Green+Blue) = 192+114+200=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 200 - color contains mainly: blue. Hex color #C072C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C072C8 is #3F8D37. Grayscale: #929292. Windows color (decimal): -4164920 or 13136576. OLE color: 13136576.
HSL color Cylindrical-coordinate representation of color #C072C8: hue angle of 294.42º 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 #C072C8 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 114 | 200 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.22 |
| HSL | 294.42º | 0.44% | 0.62% | - |
| HSV(B) | 294.42º | 0.43% | 0.78% | - |
| XYZ | 38.18 | 27.41 | 57.92 | - |
| YUV | 147.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 114 | 200 | 0.04 | 0.43 | 0 | 0.22 | 294.42 | 0.44 | 0.62 |
| Hex | C0 | 72 | C8 | 4 | 2B | 0 | 16 | 126 | 2C | 3E |
| Octal | 300 | 162 | 310 | 4 | 53 | 0 | 26 | 446 | 54 | 76 |
| Binary | 11000000 | 1110010 | 11001000 | 100 | 101011 | 0 | 10110 | 100100110 | 101100 | 111110 |
Color Harmonies of #C072C8
Complementary color
Monochromatic Colors of #C072C8
Black with #C072C8
Text Example
Text Example
White with #C072C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C072C8; }
p { color: rgb(192,114,200); }
H1.HeaderClassName
{
color: #C072C8;
}
.AnyTagClassName
{
color: #C072C8;
}
</style>
background-color css
<style>
a { background-color: #C072C8; }
a { background-color: rgb(192,114,200); }
div.DivClassName
{
background-color: #C072C8;
}
.BgClassName
{
background-color: #C072C8;
}
</style>
border-color css
<style>
span { border-color: #C072C8; }
span { border-color: rgb(192,114,200); }
td.TdClassName
{
border-color: #C072C8;
}
.TagClassName
{
border-color: #C072C8;
}
</style>