Shades of Orchid #C781C2
Tints of Orchid #C781C2
RGB
CMYK
RGB Variations
Color information
#C781C2 (or 0xC781C2) is known color: Orchid. HEX triplet: C7, 81 and C2. RGB value is (199,129,194). Sum of RGB (Red+Green+Blue) = 199+129+194=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 199 - color contains mainly: red. Hex color #C781C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C781C2 is #387E3D. Grayscale: #9D9D9D. Windows color (decimal): -3702334 or 12747207. OLE color: 12747207.
HSL color Cylindrical-coordinate representation of color #C781C2: hue angle of 304.29º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C781C2 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 129 | 194 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.22 |
| HSL | 304.29º | 0.38% | 0.64% | - |
| HSV(B) | 304.29º | 0.35% | 0.78% | - |
| XYZ | 41.14 | 31.74 | 55 | - |
| YUV | 157.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 129 | 194 | 0 | 0.35 | 0.03 | 0.22 | 304.29 | 0.38 | 0.64 |
| Hex | C7 | 81 | C2 | 0 | 23 | 3 | 16 | 130 | 26 | 40 |
| Octal | 307 | 201 | 302 | 0 | 43 | 3 | 26 | 460 | 46 | 100 |
| Binary | 11000111 | 10000001 | 11000010 | 0 | 100011 | 11 | 10110 | 100110000 | 100110 | 1000000 |
Color Harmonies of #C781C2
Complementary color
Monochromatic Colors of #C781C2
Black with #C781C2
Text Example
Text Example
White with #C781C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C781C2; }
p { color: rgb(199,129,194); }
H1.HeaderClassName
{
color: #C781C2;
}
.AnyTagClassName
{
color: #C781C2;
}
</style>
background-color css
<style>
a { background-color: #C781C2; }
a { background-color: rgb(199,129,194); }
div.DivClassName
{
background-color: #C781C2;
}
.BgClassName
{
background-color: #C781C2;
}
</style>
border-color css
<style>
span { border-color: #C781C2; }
span { border-color: rgb(199,129,194); }
td.TdClassName
{
border-color: #C781C2;
}
.TagClassName
{
border-color: #C781C2;
}
</style>