Shades of Orchid #CB71C1
Tints of Orchid #CB71C1
RGB
CMYK
RGB Variations
Color information
#CB71C1 (or 0xCB71C1) is known color: Orchid. HEX triplet: CB, 71 and C1. RGB value is (203,113,193). Sum of RGB (Red+Green+Blue) = 203+113+193=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CB71C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB71C1 is #348E3E. Grayscale: #949494. Windows color (decimal): -3444287 or 12677579. OLE color: 12677579.
HSL color Cylindrical-coordinate representation of color #CB71C1: hue angle of 306.67º 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 #CB71C1 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 193 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.20 |
| HSL | 306.67º | 0.46% | 0.62% | - |
| HSV(B) | 306.67º | 0.44% | 0.8% | - |
| XYZ | 40.16 | 28.36 | 53.81 | - |
| YUV | 149.03 | 152.82 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 193 | 0 | 0.44 | 0.05 | 0.20 | 306.67 | 0.46 | 0.62 |
| Hex | CB | 71 | C1 | 0 | 2C | 5 | 14 | 133 | 2E | 3E |
| Octal | 313 | 161 | 301 | 0 | 54 | 5 | 24 | 463 | 56 | 76 |
| Binary | 11001011 | 1110001 | 11000001 | 0 | 101100 | 101 | 10100 | 100110011 | 101110 | 111110 |
Color Harmonies of #CB71C1
Complementary color
Monochromatic Colors of #CB71C1
Black with #CB71C1
Text Example
Text Example
White with #CB71C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB71C1; }
p { color: rgb(203,113,193); }
H1.HeaderClassName
{
color: #CB71C1;
}
.AnyTagClassName
{
color: #CB71C1;
}
</style>
background-color css
<style>
a { background-color: #CB71C1; }
a { background-color: rgb(203,113,193); }
div.DivClassName
{
background-color: #CB71C1;
}
.BgClassName
{
background-color: #CB71C1;
}
</style>
border-color css
<style>
span { border-color: #CB71C1; }
span { border-color: rgb(203,113,193); }
td.TdClassName
{
border-color: #CB71C1;
}
.TagClassName
{
border-color: #CB71C1;
}
</style>