Shades of Orchid #C079D3
Tints of Orchid #C079D3
RGB
CMYK
RGB Variations
Color information
#C079D3 (or 0xC079D3) is known color: Orchid. HEX triplet: C0, 79 and D3. RGB value is (192,121,211). Sum of RGB (Red+Green+Blue) = 192+121+211=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 211 (82.81% from 255 or 40.27% from 524); Max value from RGB is 211 - color contains mainly: blue. Hex color #C079D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079D3 is #3F862C. Grayscale: #989898. Windows color (decimal): -4163117 or 13859264. OLE color: 13859264.
HSL color Cylindrical-coordinate representation of color #C079D3: hue angle of 287.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C079D3 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 121 | 211 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.17 |
| HSL | 287.33º | 0.51% | 0.65% | - |
| HSV(B) | 287.33º | 0.43% | 0.83% | - |
| XYZ | 40.33 | 29.58 | 65.21 | - |
| YUV | 152.49 | 161.02 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 211 | 0.09 | 0.43 | 0 | 0.17 | 287.33 | 0.51 | 0.65 |
| Hex | C0 | 79 | D3 | 9 | 2B | 0 | 11 | 11F | 33 | 41 |
| Octal | 300 | 171 | 323 | 11 | 53 | 0 | 21 | 437 | 63 | 101 |
| Binary | 11000000 | 1111001 | 11010011 | 1001 | 101011 | 0 | 10001 | 100011111 | 110011 | 1000001 |
Color Harmonies of #C079D3
Complementary color
Monochromatic Colors of #C079D3
Black with #C079D3
Text Example
Text Example
White with #C079D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C079D3; }
p { color: rgb(192,121,211); }
H1.HeaderClassName
{
color: #C079D3;
}
.AnyTagClassName
{
color: #C079D3;
}
</style>
background-color css
<style>
a { background-color: #C079D3; }
a { background-color: rgb(192,121,211); }
div.DivClassName
{
background-color: #C079D3;
}
.BgClassName
{
background-color: #C079D3;
}
</style>
border-color css
<style>
span { border-color: #C079D3; }
span { border-color: rgb(192,121,211); }
td.TdClassName
{
border-color: #C079D3;
}
.TagClassName
{
border-color: #C079D3;
}
</style>