Shades of Orchid #C273C9
Tints of Orchid #C273C9
RGB
CMYK
RGB Variations
Color information
#C273C9 (or 0xC273C9) is known color: Orchid. HEX triplet: C2, 73 and C9. RGB value is (194,115,201). Sum of RGB (Red+Green+Blue) = 194+115+201=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 201 (78.91% from 255 or 39.41% from 510); Max value from RGB is 201 - color contains mainly: blue. Hex color #C273C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273C9 is #3D8C36. Grayscale: #949494. Windows color (decimal): -4033591 or 13202370. OLE color: 13202370.
HSL color Cylindrical-coordinate representation of color #C273C9: hue angle of 295.12º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C273C9 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 115 | 201 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.21 |
| HSL | 295.12º | 0.44% | 0.62% | - |
| HSV(B) | 295.12º | 0.43% | 0.79% | - |
| XYZ | 38.92 | 27.95 | 58.6 | - |
| YUV | 148.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 201 | 0.03 | 0.43 | 0 | 0.21 | 295.12 | 0.44 | 0.62 |
| Hex | C2 | 73 | C9 | 3 | 2B | 0 | 15 | 127 | 2C | 3E |
| Octal | 302 | 163 | 311 | 3 | 53 | 0 | 25 | 447 | 54 | 76 |
| Binary | 11000010 | 1110011 | 11001001 | 11 | 101011 | 0 | 10101 | 100100111 | 101100 | 111110 |
Color Harmonies of #C273C9
Complementary color
Monochromatic Colors of #C273C9
Black with #C273C9
Text Example
Text Example
White with #C273C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C273C9; }
p { color: rgb(194,115,201); }
H1.HeaderClassName
{
color: #C273C9;
}
.AnyTagClassName
{
color: #C273C9;
}
</style>
background-color css
<style>
a { background-color: #C273C9; }
a { background-color: rgb(194,115,201); }
div.DivClassName
{
background-color: #C273C9;
}
.BgClassName
{
background-color: #C273C9;
}
</style>
border-color css
<style>
span { border-color: #C273C9; }
span { border-color: rgb(194,115,201); }
td.TdClassName
{
border-color: #C273C9;
}
.TagClassName
{
border-color: #C273C9;
}
</style>