Shades of Orchid #C278D5
Tints of Orchid #C278D5
RGB
CMYK
RGB Variations
Color information
#C278D5 (or 0xC278D5) is known color: Orchid. HEX triplet: C2, 78 and D5. RGB value is (194,120,213). Sum of RGB (Red+Green+Blue) = 194+120+213=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #C278D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C278D5 is #3D872A. Grayscale: #989898. Windows color (decimal): -4032299 or 13990082. OLE color: 13990082.
HSL color Cylindrical-coordinate representation of color #C278D5: hue angle of 287.74º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C278D5 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 120 | 213 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.16 |
| HSL | 287.74º | 0.53% | 0.65% | - |
| HSV(B) | 287.74º | 0.44% | 0.84% | - |
| XYZ | 40.97 | 29.71 | 66.53 | - |
| YUV | 152.73 | 162.02 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 213 | 0.09 | 0.44 | 0 | 0.16 | 287.74 | 0.53 | 0.65 |
| Hex | C2 | 78 | D5 | 9 | 2C | 0 | 10 | 120 | 35 | 41 |
| Octal | 302 | 170 | 325 | 11 | 54 | 0 | 20 | 440 | 65 | 101 |
| Binary | 11000010 | 1111000 | 11010101 | 1001 | 101100 | 0 | 10000 | 100100000 | 110101 | 1000001 |
Color Harmonies of #C278D5
Complementary color
Monochromatic Colors of #C278D5
Black with #C278D5
Text Example
Text Example
White with #C278D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C278D5; }
p { color: rgb(194,120,213); }
H1.HeaderClassName
{
color: #C278D5;
}
.AnyTagClassName
{
color: #C278D5;
}
</style>
background-color css
<style>
a { background-color: #C278D5; }
a { background-color: rgb(194,120,213); }
div.DivClassName
{
background-color: #C278D5;
}
.BgClassName
{
background-color: #C278D5;
}
</style>
border-color css
<style>
span { border-color: #C278D5; }
span { border-color: rgb(194,120,213); }
td.TdClassName
{
border-color: #C278D5;
}
.TagClassName
{
border-color: #C278D5;
}
</style>