Shades of Orchid #C278BF
Tints of Orchid #C278BF
RGB
CMYK
RGB Variations
Color information
#C278BF (or 0xC278BF) is known color: Orchid. HEX triplet: C2, 78 and BF. RGB value is (194,120,191). Sum of RGB (Red+Green+Blue) = 194+120+191=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C278BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C278BF is #3D8740. Grayscale: #969696. Windows color (decimal): -4032321 or 12548290. OLE color: 12548290.
HSL color Cylindrical-coordinate representation of color #C278BF: hue angle of 302.43º 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 #C278BF is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 191 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.24 |
| HSL | 302.43º | 0.38% | 0.62% | - |
| HSV(B) | 302.43º | 0.38% | 0.76% | - |
| XYZ | 38.37 | 28.66 | 52.8 | - |
| YUV | 150.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 191 | 0 | 0.38 | 0.02 | 0.24 | 302.43 | 0.38 | 0.62 |
| Hex | C2 | 78 | BF | 0 | 26 | 2 | 18 | 12E | 26 | 3E |
| Octal | 302 | 170 | 277 | 0 | 46 | 2 | 30 | 456 | 46 | 76 |
| Binary | 11000010 | 1111000 | 10111111 | 0 | 100110 | 10 | 11000 | 100101110 | 100110 | 111110 |
Color Harmonies of #C278BF
Complementary color
Monochromatic Colors of #C278BF
Black with #C278BF
Text Example
Text Example
White with #C278BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C278BF; }
p { color: rgb(194,120,191); }
H1.HeaderClassName
{
color: #C278BF;
}
.AnyTagClassName
{
color: #C278BF;
}
</style>
background-color css
<style>
a { background-color: #C278BF; }
a { background-color: rgb(194,120,191); }
div.DivClassName
{
background-color: #C278BF;
}
.BgClassName
{
background-color: #C278BF;
}
</style>
border-color css
<style>
span { border-color: #C278BF; }
span { border-color: rgb(194,120,191); }
td.TdClassName
{
border-color: #C278BF;
}
.TagClassName
{
border-color: #C278BF;
}
</style>