Shades of Orchid #CB71C5
Tints of Orchid #CB71C5
RGB
CMYK
RGB Variations
Color information
#CB71C5 (or 0xCB71C5) is known color: Orchid. HEX triplet: CB, 71 and C5. RGB value is (203,113,197). Sum of RGB (Red+Green+Blue) = 203+113+197=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 203 - color contains mainly: red. Hex color #CB71C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB71C5 is #348E3A. Grayscale: #959595. Windows color (decimal): -3444283 or 12939723. OLE color: 12939723.
HSL color Cylindrical-coordinate representation of color #CB71C5: hue angle of 304º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB71C5 is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 197 | - |
| CMYK | 0 | 0.44 | 0.03 | 0.20 |
| HSL | 304º | 0.46% | 0.62% | - |
| HSV(B) | 304º | 0.44% | 0.8% | - |
| XYZ | 40.61 | 28.54 | 56.19 | - |
| YUV | 149.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 197 | 0 | 0.44 | 0.03 | 0.20 | 304 | 0.46 | 0.62 |
| Hex | CB | 71 | C5 | 0 | 2C | 3 | 14 | 130 | 2E | 3E |
| Octal | 313 | 161 | 305 | 0 | 54 | 3 | 24 | 460 | 56 | 76 |
| Binary | 11001011 | 1110001 | 11000101 | 0 | 101100 | 11 | 10100 | 100110000 | 101110 | 111110 |
Color Harmonies of #CB71C5
Complementary color
Monochromatic Colors of #CB71C5
Black with #CB71C5
Text Example
Text Example
White with #CB71C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB71C5; }
p { color: rgb(203,113,197); }
H1.HeaderClassName
{
color: #CB71C5;
}
.AnyTagClassName
{
color: #CB71C5;
}
</style>
background-color css
<style>
a { background-color: #CB71C5; }
a { background-color: rgb(203,113,197); }
div.DivClassName
{
background-color: #CB71C5;
}
.BgClassName
{
background-color: #CB71C5;
}
</style>
border-color css
<style>
span { border-color: #CB71C5; }
span { border-color: rgb(203,113,197); }
td.TdClassName
{
border-color: #CB71C5;
}
.TagClassName
{
border-color: #CB71C5;
}
</style>