Shades of Orchid #CB71BD
Tints of Orchid #CB71BD
RGB
CMYK
RGB Variations
Color information
#CB71BD (or 0xCB71BD) is known color: Orchid. HEX triplet: CB, 71 and BD. RGB value is (203,113,189). Sum of RGB (Red+Green+Blue) = 203+113+189=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 113 (44.53% from 255 or 22.38% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CB71BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB71BD is #348E42. Grayscale: #949494. Windows color (decimal): -3444291 or 12415435. OLE color: 12415435.
HSL color Cylindrical-coordinate representation of color #CB71BD: hue angle of 309.33º 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 #CB71BD is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 189 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.20 |
| HSL | 309.33º | 0.46% | 0.62% | - |
| HSV(B) | 309.33º | 0.44% | 0.8% | - |
| XYZ | 39.72 | 28.18 | 51.49 | - |
| YUV | 148.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 189 | 0 | 0.44 | 0.07 | 0.20 | 309.33 | 0.46 | 0.62 |
| Hex | CB | 71 | BD | 0 | 2C | 7 | 14 | 135 | 2E | 3E |
| Octal | 313 | 161 | 275 | 0 | 54 | 7 | 24 | 465 | 56 | 76 |
| Binary | 11001011 | 1110001 | 10111101 | 0 | 101100 | 111 | 10100 | 100110101 | 101110 | 111110 |
Color Harmonies of #CB71BD
Complementary color
Monochromatic Colors of #CB71BD
Black with #CB71BD
Text Example
Text Example
White with #CB71BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB71BD; }
p { color: rgb(203,113,189); }
H1.HeaderClassName
{
color: #CB71BD;
}
.AnyTagClassName
{
color: #CB71BD;
}
</style>
background-color css
<style>
a { background-color: #CB71BD; }
a { background-color: rgb(203,113,189); }
div.DivClassName
{
background-color: #CB71BD;
}
.BgClassName
{
background-color: #CB71BD;
}
</style>
border-color css
<style>
span { border-color: #CB71BD; }
span { border-color: rgb(203,113,189); }
td.TdClassName
{
border-color: #CB71BD;
}
.TagClassName
{
border-color: #CB71BD;
}
</style>