Shades of Orchid #C781CC
Tints of Orchid #C781CC
RGB
CMYK
RGB Variations
Color information
#C781CC (or 0xC781CC) is known color: Orchid. HEX triplet: C7, 81 and CC. RGB value is (199,129,204). Sum of RGB (Red+Green+Blue) = 199+129+204=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #C781CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C781CC is #387E33. Grayscale: #9E9E9E. Windows color (decimal): -3702324 or 13402567. OLE color: 13402567.
HSL color Cylindrical-coordinate representation of color #C781CC: hue angle of 296º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C781CC is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 199 | 129 | 204 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.2 |
| HSL | 296º | 0.42% | 0.65% | - |
| HSV(B) | 296º | 0.37% | 0.8% | - |
| XYZ | 42.3 | 32.2 | 61.11 | - |
| YUV | 158.48 | 153.69 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 129 | 204 | 0.02 | 0.37 | 0 | 0.2 | 296 | 0.42 | 0.65 |
| Hex | C7 | 81 | CC | 2 | 25 | 0 | 14 | 128 | 2A | 41 |
| Octal | 307 | 201 | 314 | 2 | 45 | 0 | 24 | 450 | 52 | 101 |
| Binary | 11000111 | 10000001 | 11001100 | 10 | 100101 | 0 | 10100 | 100101000 | 101010 | 1000001 |
Color Harmonies of #C781CC
Complementary color
Monochromatic Colors of #C781CC
Black with #C781CC
Text Example
Text Example
White with #C781CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C781CC; }
p { color: rgb(199,129,204); }
H1.HeaderClassName
{
color: #C781CC;
}
.AnyTagClassName
{
color: #C781CC;
}
</style>
background-color css
<style>
a { background-color: #C781CC; }
a { background-color: rgb(199,129,204); }
div.DivClassName
{
background-color: #C781CC;
}
.BgClassName
{
background-color: #C781CC;
}
</style>
border-color css
<style>
span { border-color: #C781CC; }
span { border-color: rgb(199,129,204); }
td.TdClassName
{
border-color: #C781CC;
}
.TagClassName
{
border-color: #C781CC;
}
</style>