Shades of Orchid #CB71D5
Tints of Orchid #CB71D5
RGB
CMYK
RGB Variations
Color information
#CB71D5 (or 0xCB71D5) is known color: Orchid. HEX triplet: CB, 71 and D5. RGB value is (203,113,213). Sum of RGB (Red+Green+Blue) = 203+113+213=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB71D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB71D5 is #348E2A. Grayscale: #979797. Windows color (decimal): -3444267 or 13988299. OLE color: 13988299.
HSL color Cylindrical-coordinate representation of color #CB71D5: hue angle of 294º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB71D5 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 113 | 213 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.16 |
| HSL | 294º | 0.54% | 0.64% | - |
| HSV(B) | 294º | 0.47% | 0.84% | - |
| XYZ | 42.54 | 29.31 | 66.37 | - |
| YUV | 151.31 | 162.82 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 213 | 0.05 | 0.47 | 0 | 0.16 | 294 | 0.54 | 0.64 |
| Hex | CB | 71 | D5 | 5 | 2F | 0 | 10 | 126 | 36 | 40 |
| Octal | 313 | 161 | 325 | 5 | 57 | 0 | 20 | 446 | 66 | 100 |
| Binary | 11001011 | 1110001 | 11010101 | 101 | 101111 | 0 | 10000 | 100100110 | 110110 | 1000000 |
Color Harmonies of #CB71D5
Complementary color
Monochromatic Colors of #CB71D5
Black with #CB71D5
Text Example
Text Example
White with #CB71D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB71D5; }
p { color: rgb(203,113,213); }
H1.HeaderClassName
{
color: #CB71D5;
}
.AnyTagClassName
{
color: #CB71D5;
}
</style>
background-color css
<style>
a { background-color: #CB71D5; }
a { background-color: rgb(203,113,213); }
div.DivClassName
{
background-color: #CB71D5;
}
.BgClassName
{
background-color: #CB71D5;
}
</style>
border-color css
<style>
span { border-color: #CB71D5; }
span { border-color: rgb(203,113,213); }
td.TdClassName
{
border-color: #CB71D5;
}
.TagClassName
{
border-color: #CB71D5;
}
</style>