Shades of Orchid #C577CD
Tints of Orchid #C577CD
RGB
CMYK
RGB Variations
Color information
#C577CD (or 0xC577CD) is known color: Orchid. HEX triplet: C5, 77 and CD. RGB value is (197,119,205). Sum of RGB (Red+Green+Blue) = 197+119+205=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #C577CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577CD is #3A8832. Grayscale: #979797. Windows color (decimal): -3835955 or 13465541. OLE color: 13465541.
HSL color Cylindrical-coordinate representation of color #C577CD: hue angle of 294.42º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C577CD is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 119 | 205 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.20 |
| HSL | 294.42º | 0.46% | 0.64% | - |
| HSV(B) | 294.42º | 0.42% | 0.8% | - |
| XYZ | 40.64 | 29.47 | 61.3 | - |
| YUV | 152.13 | 157.84 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 119 | 205 | 0.04 | 0.42 | 0 | 0.20 | 294.42 | 0.46 | 0.64 |
| Hex | C5 | 77 | CD | 4 | 2A | 0 | 14 | 126 | 2E | 40 |
| Octal | 305 | 167 | 315 | 4 | 52 | 0 | 24 | 446 | 56 | 100 |
| Binary | 11000101 | 1110111 | 11001101 | 100 | 101010 | 0 | 10100 | 100100110 | 101110 | 1000000 |
Color Harmonies of #C577CD
Complementary color
Monochromatic Colors of #C577CD
Black with #C577CD
Text Example
Text Example
White with #C577CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C577CD; }
p { color: rgb(197,119,205); }
H1.HeaderClassName
{
color: #C577CD;
}
.AnyTagClassName
{
color: #C577CD;
}
</style>
background-color css
<style>
a { background-color: #C577CD; }
a { background-color: rgb(197,119,205); }
div.DivClassName
{
background-color: #C577CD;
}
.BgClassName
{
background-color: #C577CD;
}
</style>
border-color css
<style>
span { border-color: #C577CD; }
span { border-color: rgb(197,119,205); }
td.TdClassName
{
border-color: #C577CD;
}
.TagClassName
{
border-color: #C577CD;
}
</style>