Shades of Orchid #C581CE
Tints of Orchid #C581CE
RGB
CMYK
RGB Variations
Color information
#C581CE (or 0xC581CE) is known color: Orchid. HEX triplet: C5, 81 and CE. RGB value is (197,129,206). Sum of RGB (Red+Green+Blue) = 197+129+206=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #C581CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C581CE is #3A7E31. Grayscale: #9D9D9D. Windows color (decimal): -3833394 or 13533637. OLE color: 13533637.
HSL color Cylindrical-coordinate representation of color #C581CE: hue angle of 292.99º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C581CE is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 197 | 129 | 206 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.19 |
| HSL | 292.99º | 0.44% | 0.66% | - |
| HSV(B) | 292.99º | 0.37% | 0.81% | - |
| XYZ | 42.02 | 32.03 | 62.36 | - |
| YUV | 158.11 | 155.03 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 129 | 206 | 0.04 | 0.37 | 0 | 0.19 | 292.99 | 0.44 | 0.66 |
| Hex | C5 | 81 | CE | 4 | 25 | 0 | 13 | 125 | 2C | 42 |
| Octal | 305 | 201 | 316 | 4 | 45 | 0 | 23 | 445 | 54 | 102 |
| Binary | 11000101 | 10000001 | 11001110 | 100 | 100101 | 0 | 10011 | 100100101 | 101100 | 1000010 |
Color Harmonies of #C581CE
Complementary color
Monochromatic Colors of #C581CE
Black with #C581CE
Text Example
Text Example
White with #C581CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C581CE; }
p { color: rgb(197,129,206); }
H1.HeaderClassName
{
color: #C581CE;
}
.AnyTagClassName
{
color: #C581CE;
}
</style>
background-color css
<style>
a { background-color: #C581CE; }
a { background-color: rgb(197,129,206); }
div.DivClassName
{
background-color: #C581CE;
}
.BgClassName
{
background-color: #C581CE;
}
</style>
border-color css
<style>
span { border-color: #C581CE; }
span { border-color: rgb(197,129,206); }
td.TdClassName
{
border-color: #C581CE;
}
.TagClassName
{
border-color: #C581CE;
}
</style>