Shades of Orchid #C272C8
Tints of Orchid #C272C8
RGB
CMYK
RGB Variations
Color information
#C272C8 (or 0xC272C8) is known color: Orchid. HEX triplet: C2, 72 and C8. RGB value is (194,114,200). Sum of RGB (Red+Green+Blue) = 194+114+200=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 200 - color contains mainly: blue. Hex color #C272C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C272C8 is #3D8D37. Grayscale: #939393. Windows color (decimal): -4033848 or 13136578. OLE color: 13136578.
HSL color Cylindrical-coordinate representation of color #C272C8: hue angle of 295.81º 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 #C272C8 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 114 | 200 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.22 |
| HSL | 295.81º | 0.44% | 0.62% | - |
| HSV(B) | 295.81º | 0.43% | 0.78% | - |
| XYZ | 38.69 | 27.67 | 57.95 | - |
| YUV | 147.72 | 157.5 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 114 | 200 | 0.03 | 0.43 | 0 | 0.22 | 295.81 | 0.44 | 0.62 |
| Hex | C2 | 72 | C8 | 3 | 2B | 0 | 16 | 128 | 2C | 3E |
| Octal | 302 | 162 | 310 | 3 | 53 | 0 | 26 | 450 | 54 | 76 |
| Binary | 11000010 | 1110010 | 11001000 | 11 | 101011 | 0 | 10110 | 100101000 | 101100 | 111110 |
Color Harmonies of #C272C8
Complementary color
Monochromatic Colors of #C272C8
Black with #C272C8
Text Example
Text Example
White with #C272C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C272C8; }
p { color: rgb(194,114,200); }
H1.HeaderClassName
{
color: #C272C8;
}
.AnyTagClassName
{
color: #C272C8;
}
</style>
background-color css
<style>
a { background-color: #C272C8; }
a { background-color: rgb(194,114,200); }
div.DivClassName
{
background-color: #C272C8;
}
.BgClassName
{
background-color: #C272C8;
}
</style>
border-color css
<style>
span { border-color: #C272C8; }
span { border-color: rgb(194,114,200); }
td.TdClassName
{
border-color: #C272C8;
}
.TagClassName
{
border-color: #C272C8;
}
</style>