Shades of Orchid #C079C3
Tints of Orchid #C079C3
RGB
CMYK
RGB Variations
Color information
#C079C3 (or 0xC079C3) is known color: Orchid. HEX triplet: C0, 79 and C3. RGB value is (192,121,195). Sum of RGB (Red+Green+Blue) = 192+121+195=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 195 - color contains mainly: blue. Hex color #C079C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079C3 is #3F863C. Grayscale: #969696. Windows color (decimal): -4163133 or 12810688. OLE color: 12810688.
HSL color Cylindrical-coordinate representation of color #C079C3: hue angle of 297.57º 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 #C079C3 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 121 | 195 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.24 |
| HSL | 297.57º | 0.38% | 0.62% | - |
| HSV(B) | 297.57º | 0.38% | 0.76% | - |
| XYZ | 38.43 | 28.82 | 55.17 | - |
| YUV | 150.67 | 153.02 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 195 | 0.02 | 0.38 | 0 | 0.24 | 297.57 | 0.38 | 0.62 |
| Hex | C0 | 79 | C3 | 2 | 26 | 0 | 18 | 12A | 26 | 3E |
| Octal | 300 | 171 | 303 | 2 | 46 | 0 | 30 | 452 | 46 | 76 |
| Binary | 11000000 | 1111001 | 11000011 | 10 | 100110 | 0 | 11000 | 100101010 | 100110 | 111110 |
Color Harmonies of #C079C3
Complementary color
Monochromatic Colors of #C079C3
Black with #C079C3
Text Example
Text Example
White with #C079C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C079C3; }
p { color: rgb(192,121,195); }
H1.HeaderClassName
{
color: #C079C3;
}
.AnyTagClassName
{
color: #C079C3;
}
</style>
background-color css
<style>
a { background-color: #C079C3; }
a { background-color: rgb(192,121,195); }
div.DivClassName
{
background-color: #C079C3;
}
.BgClassName
{
background-color: #C079C3;
}
</style>
border-color css
<style>
span { border-color: #C079C3; }
span { border-color: rgb(192,121,195); }
td.TdClassName
{
border-color: #C079C3;
}
.TagClassName
{
border-color: #C079C3;
}
</style>