Shades of Orchid #C580C4
Tints of Orchid #C580C4
RGB
CMYK
RGB Variations
Color information
#C580C4 (or 0xC580C4) is known color: Orchid. HEX triplet: C5, 80 and C4. RGB value is (197,128,196). Sum of RGB (Red+Green+Blue) = 197+128+196=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 128 (50.39% from 255 or 24.57% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 197 - color contains mainly: red. Hex color #C580C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C580C4 is #3A7F3B. Grayscale: #9C9C9C. Windows color (decimal): -3833660 or 12878021. OLE color: 12878021.
HSL color Cylindrical-coordinate representation of color #C580C4: hue angle of 300.87º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C580C4 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 196 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.23 |
| HSL | 300.87º | 0.37% | 0.64% | - |
| HSV(B) | 300.87º | 0.35% | 0.77% | - |
| XYZ | 40.71 | 31.29 | 56.12 | - |
| YUV | 156.38 | 150.36 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 196 | 0 | 0.35 | 0.01 | 0.23 | 300.87 | 0.37 | 0.64 |
| Hex | C5 | 80 | C4 | 0 | 23 | 1 | 17 | 12D | 25 | 40 |
| Octal | 305 | 200 | 304 | 0 | 43 | 1 | 27 | 455 | 45 | 100 |
| Binary | 11000101 | 10000000 | 11000100 | 0 | 100011 | 1 | 10111 | 100101101 | 100101 | 1000000 |
Color Harmonies of #C580C4
Complementary color
Monochromatic Colors of #C580C4
Black with #C580C4
Text Example
Text Example
White with #C580C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C580C4; }
p { color: rgb(197,128,196); }
H1.HeaderClassName
{
color: #C580C4;
}
.AnyTagClassName
{
color: #C580C4;
}
</style>
background-color css
<style>
a { background-color: #C580C4; }
a { background-color: rgb(197,128,196); }
div.DivClassName
{
background-color: #C580C4;
}
.BgClassName
{
background-color: #C580C4;
}
</style>
border-color css
<style>
span { border-color: #C580C4; }
span { border-color: rgb(197,128,196); }
td.TdClassName
{
border-color: #C580C4;
}
.TagClassName
{
border-color: #C580C4;
}
</style>