Shades of Orchid #C580CB
Tints of Orchid #C580CB
RGB
CMYK
RGB Variations
Color information
#C580CB (or 0xC580CB) is known color: Orchid. HEX triplet: C5, 80 and CB. RGB value is (197,128,203). Sum of RGB (Red+Green+Blue) = 197+128+203=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 203 - color contains mainly: blue. Hex color #C580CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C580CB is #3A7F34. Grayscale: #9C9C9C. Windows color (decimal): -3833653 or 13336773. OLE color: 13336773.
HSL color Cylindrical-coordinate representation of color #C580CB: hue angle of 295.2º 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 #C580CB is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 128 | 203 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.20 |
| HSL | 295.2º | 0.42% | 0.65% | - |
| HSV(B) | 295.2º | 0.37% | 0.8% | - |
| XYZ | 41.52 | 31.62 | 60.41 | - |
| YUV | 157.18 | 153.86 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 203 | 0.03 | 0.37 | 0 | 0.20 | 295.2 | 0.42 | 0.65 |
| Hex | C5 | 80 | CB | 3 | 25 | 0 | 14 | 127 | 2A | 41 |
| Octal | 305 | 200 | 313 | 3 | 45 | 0 | 24 | 447 | 52 | 101 |
| Binary | 11000101 | 10000000 | 11001011 | 11 | 100101 | 0 | 10100 | 100100111 | 101010 | 1000001 |
Color Harmonies of #C580CB
Complementary color
Monochromatic Colors of #C580CB
Black with #C580CB
Text Example
Text Example
White with #C580CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C580CB; }
p { color: rgb(197,128,203); }
H1.HeaderClassName
{
color: #C580CB;
}
.AnyTagClassName
{
color: #C580CB;
}
</style>
background-color css
<style>
a { background-color: #C580CB; }
a { background-color: rgb(197,128,203); }
div.DivClassName
{
background-color: #C580CB;
}
.BgClassName
{
background-color: #C580CB;
}
</style>
border-color css
<style>
span { border-color: #C580CB; }
span { border-color: rgb(197,128,203); }
td.TdClassName
{
border-color: #C580CB;
}
.TagClassName
{
border-color: #C580CB;
}
</style>