Shades of Orchid #C278BC
Tints of Orchid #C278BC
RGB
CMYK
RGB Variations
Color information
#C278BC (or 0xC278BC) is known color: Orchid. HEX triplet: C2, 78 and BC. RGB value is (194,120,188). Sum of RGB (Red+Green+Blue) = 194+120+188=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C278BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C278BC is #3D8743. Grayscale: #959595. Windows color (decimal): -4032324 or 12351682. OLE color: 12351682.
HSL color Cylindrical-coordinate representation of color #C278BC: hue angle of 304.86º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C278BC is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 188 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.24 |
| HSL | 304.86º | 0.38% | 0.62% | - |
| HSV(B) | 304.86º | 0.38% | 0.76% | - |
| XYZ | 38.04 | 28.53 | 51.08 | - |
| YUV | 149.88 | 149.52 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 188 | 0 | 0.38 | 0.03 | 0.24 | 304.86 | 0.38 | 0.62 |
| Hex | C2 | 78 | BC | 0 | 26 | 3 | 18 | 131 | 26 | 3E |
| Octal | 302 | 170 | 274 | 0 | 46 | 3 | 30 | 461 | 46 | 76 |
| Binary | 11000010 | 1111000 | 10111100 | 0 | 100110 | 11 | 11000 | 100110001 | 100110 | 111110 |
Color Harmonies of #C278BC
Complementary color
Monochromatic Colors of #C278BC
Black with #C278BC
Text Example
Text Example
White with #C278BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C278BC; }
p { color: rgb(194,120,188); }
H1.HeaderClassName
{
color: #C278BC;
}
.AnyTagClassName
{
color: #C278BC;
}
</style>
background-color css
<style>
a { background-color: #C278BC; }
a { background-color: rgb(194,120,188); }
div.DivClassName
{
background-color: #C278BC;
}
.BgClassName
{
background-color: #C278BC;
}
</style>
border-color css
<style>
span { border-color: #C278BC; }
span { border-color: rgb(194,120,188); }
td.TdClassName
{
border-color: #C278BC;
}
.TagClassName
{
border-color: #C278BC;
}
</style>