Shades of Orchid #C57FCB
Tints of Orchid #C57FCB
RGB
CMYK
RGB Variations
Color information
#C57FCB (or 0xC57FCB) is known color: Orchid. HEX triplet: C5, 7F and CB. RGB value is (197,127,203). Sum of RGB (Red+Green+Blue) = 197+127+203=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #C57FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57FCB is #3A8034. Grayscale: #9C9C9C. Windows color (decimal): -3833909 or 13336517. OLE color: 13336517.
HSL color Cylindrical-coordinate representation of color #C57FCB: hue angle of 295.26º 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 #C57FCB is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 127 | 203 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.20 |
| HSL | 295.26º | 0.42% | 0.65% | - |
| HSV(B) | 295.26º | 0.37% | 0.8% | - |
| XYZ | 41.39 | 31.36 | 60.37 | - |
| YUV | 156.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 203 | 0.03 | 0.37 | 0 | 0.20 | 295.26 | 0.42 | 0.65 |
| Hex | C5 | 7F | CB | 3 | 25 | 0 | 14 | 127 | 2A | 41 |
| Octal | 305 | 177 | 313 | 3 | 45 | 0 | 24 | 447 | 52 | 101 |
| Binary | 11000101 | 1111111 | 11001011 | 11 | 100101 | 0 | 10100 | 100100111 | 101010 | 1000001 |
Color Harmonies of #C57FCB
Complementary color
Monochromatic Colors of #C57FCB
Black with #C57FCB
Text Example
Text Example
White with #C57FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57FCB; }
p { color: rgb(197,127,203); }
H1.HeaderClassName
{
color: #C57FCB;
}
.AnyTagClassName
{
color: #C57FCB;
}
</style>
background-color css
<style>
a { background-color: #C57FCB; }
a { background-color: rgb(197,127,203); }
div.DivClassName
{
background-color: #C57FCB;
}
.BgClassName
{
background-color: #C57FCB;
}
</style>
border-color css
<style>
span { border-color: #C57FCB; }
span { border-color: rgb(197,127,203); }
td.TdClassName
{
border-color: #C57FCB;
}
.TagClassName
{
border-color: #C57FCB;
}
</style>