Shades of Orchid #C273C5
Tints of Orchid #C273C5
RGB
CMYK
RGB Variations
Color information
#C273C5 (or 0xC273C5) is known color: Orchid. HEX triplet: C2, 73 and C5. RGB value is (194,115,197). Sum of RGB (Red+Green+Blue) = 194+115+197=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 197 - color contains mainly: blue. Hex color #C273C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273C5 is #3D8C3A. Grayscale: #939393. Windows color (decimal): -4033595 or 12940226. OLE color: 12940226.
HSL color Cylindrical-coordinate representation of color #C273C5: hue angle of 297.8º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C273C5 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 115 | 197 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.23 |
| HSL | 297.8º | 0.41% | 0.61% | - |
| HSV(B) | 297.8º | 0.42% | 0.77% | - |
| XYZ | 38.46 | 27.76 | 56.16 | - |
| YUV | 147.97 | 155.67 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 115 | 197 | 0.02 | 0.42 | 0 | 0.23 | 297.8 | 0.41 | 0.61 |
| Hex | C2 | 73 | C5 | 2 | 2A | 0 | 17 | 12A | 29 | 3D |
| Octal | 302 | 163 | 305 | 2 | 52 | 0 | 27 | 452 | 51 | 75 |
| Binary | 11000010 | 1110011 | 11000101 | 10 | 101010 | 0 | 10111 | 100101010 | 101001 | 111101 |
Color Harmonies of #C273C5
Complementary color
Monochromatic Colors of #C273C5
Black with #C273C5
Text Example
Text Example
White with #C273C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C273C5; }
p { color: rgb(194,115,197); }
H1.HeaderClassName
{
color: #C273C5;
}
.AnyTagClassName
{
color: #C273C5;
}
</style>
background-color css
<style>
a { background-color: #C273C5; }
a { background-color: rgb(194,115,197); }
div.DivClassName
{
background-color: #C273C5;
}
.BgClassName
{
background-color: #C273C5;
}
</style>
border-color css
<style>
span { border-color: #C273C5; }
span { border-color: rgb(194,115,197); }
td.TdClassName
{
border-color: #C273C5;
}
.TagClassName
{
border-color: #C273C5;
}
</style>