Shades of Orchid #C782C7
Tints of Orchid #C782C7
RGB
CMYK
RGB Variations
Color information
#C782C7 (or 0xC782C7) is known color: Orchid. HEX triplet: C7, 82 and C7. RGB value is (199,130,199). Sum of RGB (Red+Green+Blue) = 199+130+199=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 199 - color contains mainly: red, blue. Hex color #C782C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C782C7 is #387D38. Grayscale: #9E9E9E. Windows color (decimal): -3702073 or 13075143. OLE color: 13075143.
HSL color Cylindrical-coordinate representation of color #C782C7: hue angle of 300º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C782C7 is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 199 | - |
| CMYK | 0 | 0.35 | 0 | 0.22 |
| HSL | 300º | 0.38% | 0.65% | - |
| HSV(B) | 300º | 0.35% | 0.78% | - |
| XYZ | 41.84 | 32.23 | 58.05 | - |
| YUV | 158.5 | 150.86 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 199 | 0 | 0.35 | 0 | 0.22 | 300 | 0.38 | 0.65 |
| Hex | C7 | 82 | C7 | 0 | 23 | 0 | 16 | 12C | 26 | 41 |
| Octal | 307 | 202 | 307 | 0 | 43 | 0 | 26 | 454 | 46 | 101 |
| Binary | 11000111 | 10000010 | 11000111 | 0 | 100011 | 0 | 10110 | 100101100 | 100110 | 1000001 |
Color Harmonies of #C782C7
Complementary color
Monochromatic Colors of #C782C7
Black with #C782C7
Text Example
Text Example
White with #C782C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C782C7; }
p { color: rgb(199,130,199); }
H1.HeaderClassName
{
color: #C782C7;
}
.AnyTagClassName
{
color: #C782C7;
}
</style>
background-color css
<style>
a { background-color: #C782C7; }
a { background-color: rgb(199,130,199); }
div.DivClassName
{
background-color: #C782C7;
}
.BgClassName
{
background-color: #C782C7;
}
</style>
border-color css
<style>
span { border-color: #C782C7; }
span { border-color: rgb(199,130,199); }
td.TdClassName
{
border-color: #C782C7;
}
.TagClassName
{
border-color: #C782C7;
}
</style>