Shades of Orchid #C583CB
Tints of Orchid #C583CB
RGB
CMYK
RGB Variations
Color information
#C583CB (or 0xC583CB) is known color: Orchid. HEX triplet: C5, 83 and CB. RGB value is (197,131,203). Sum of RGB (Red+Green+Blue) = 197+131+203=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 131 (51.56% from 255 or 24.67% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #C583CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C583CB is #3A7C34. Grayscale: #9E9E9E. Windows color (decimal): -3832885 or 13337541. OLE color: 13337541.
HSL color Cylindrical-coordinate representation of color #C583CB: hue angle of 295º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C583CB is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 197 | 131 | 203 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.20 |
| HSL | 295º | 0.41% | 0.65% | - |
| HSV(B) | 295º | 0.35% | 0.8% | - |
| XYZ | 41.92 | 32.41 | 60.55 | - |
| YUV | 158.94 | 152.87 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 203 | 0.03 | 0.35 | 0 | 0.20 | 295 | 0.41 | 0.65 |
| Hex | C5 | 83 | CB | 3 | 23 | 0 | 14 | 127 | 29 | 41 |
| Octal | 305 | 203 | 313 | 3 | 43 | 0 | 24 | 447 | 51 | 101 |
| Binary | 11000101 | 10000011 | 11001011 | 11 | 100011 | 0 | 10100 | 100100111 | 101001 | 1000001 |
Color Harmonies of #C583CB
Complementary color
Monochromatic Colors of #C583CB
Black with #C583CB
Text Example
Text Example
White with #C583CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C583CB; }
p { color: rgb(197,131,203); }
H1.HeaderClassName
{
color: #C583CB;
}
.AnyTagClassName
{
color: #C583CB;
}
</style>
background-color css
<style>
a { background-color: #C583CB; }
a { background-color: rgb(197,131,203); }
div.DivClassName
{
background-color: #C583CB;
}
.BgClassName
{
background-color: #C583CB;
}
</style>
border-color css
<style>
span { border-color: #C583CB; }
span { border-color: rgb(197,131,203); }
td.TdClassName
{
border-color: #C583CB;
}
.TagClassName
{
border-color: #C583CB;
}
</style>