Shades of Orchid #C278C2
Tints of Orchid #C278C2
RGB
CMYK
RGB Variations
Color information
#C278C2 (or 0xC278C2) is known color: Orchid. HEX triplet: C2, 78 and C2. RGB value is (194,120,194). Sum of RGB (Red+Green+Blue) = 194+120+194=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C278C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C278C2 is #3D873D. Grayscale: #969696. Windows color (decimal): -4032318 or 12744898. OLE color: 12744898.
HSL color Cylindrical-coordinate representation of color #C278C2: hue angle of 300º 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 #C278C2 is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 120 | 194 | - |
| CMYK | 0 | 0.38 | 0 | 0.24 |
| HSL | 300º | 0.38% | 0.62% | - |
| HSV(B) | 300º | 0.38% | 0.76% | - |
| XYZ | 38.7 | 28.8 | 54.56 | - |
| YUV | 150.56 | 152.52 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 120 | 194 | 0 | 0.38 | 0 | 0.24 | 300 | 0.38 | 0.62 |
| Hex | C2 | 78 | C2 | 0 | 26 | 0 | 18 | 12C | 26 | 3E |
| Octal | 302 | 170 | 302 | 0 | 46 | 0 | 30 | 454 | 46 | 76 |
| Binary | 11000010 | 1111000 | 11000010 | 0 | 100110 | 0 | 11000 | 100101100 | 100110 | 111110 |
Color Harmonies of #C278C2
Complementary color
Monochromatic Colors of #C278C2
Black with #C278C2
Text Example
Text Example
White with #C278C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C278C2; }
p { color: rgb(194,120,194); }
H1.HeaderClassName
{
color: #C278C2;
}
.AnyTagClassName
{
color: #C278C2;
}
</style>
background-color css
<style>
a { background-color: #C278C2; }
a { background-color: rgb(194,120,194); }
div.DivClassName
{
background-color: #C278C2;
}
.BgClassName
{
background-color: #C278C2;
}
</style>
border-color css
<style>
span { border-color: #C278C2; }
span { border-color: rgb(194,120,194); }
td.TdClassName
{
border-color: #C278C2;
}
.TagClassName
{
border-color: #C278C2;
}
</style>