Shades of Orchid #C479DA
Tints of Orchid #C479DA
RGB
CMYK
RGB Variations
Color information
#C479DA (or 0xC479DA) is known color: Orchid. HEX triplet: C4, 79 and DA. RGB value is (196,121,218). Sum of RGB (Red+Green+Blue) = 196+121+218=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #C479DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C479DA is #3B8625. Grayscale: #9A9A9A. Windows color (decimal): -3900966 or 14318020. OLE color: 14318020.
HSL color Cylindrical-coordinate representation of color #C479DA: hue angle of 286.39º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C479DA is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 121 | 218 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.15 |
| HSL | 286.39º | 0.57% | 0.66% | - |
| HSV(B) | 286.39º | 0.44% | 0.85% | - |
| XYZ | 42.26 | 30.47 | 69.98 | - |
| YUV | 154.48 | 163.85 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 121 | 218 | 0.10 | 0.44 | 0 | 0.15 | 286.39 | 0.57 | 0.66 |
| Hex | C4 | 79 | DA | A | 2C | 0 | F | 11E | 39 | 42 |
| Octal | 304 | 171 | 332 | 12 | 54 | 0 | 17 | 436 | 71 | 102 |
| Binary | 11000100 | 1111001 | 11011010 | 1010 | 101100 | 0 | 1111 | 100011110 | 111001 | 1000010 |
Color Harmonies of #C479DA
Complementary color
Monochromatic Colors of #C479DA
Black with #C479DA
Text Example
Text Example
White with #C479DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C479DA; }
p { color: rgb(196,121,218); }
H1.HeaderClassName
{
color: #C479DA;
}
.AnyTagClassName
{
color: #C479DA;
}
</style>
background-color css
<style>
a { background-color: #C479DA; }
a { background-color: rgb(196,121,218); }
div.DivClassName
{
background-color: #C479DA;
}
.BgClassName
{
background-color: #C479DA;
}
</style>
border-color css
<style>
span { border-color: #C479DA; }
span { border-color: rgb(196,121,218); }
td.TdClassName
{
border-color: #C479DA;
}
.TagClassName
{
border-color: #C479DA;
}
</style>