Shades of Orchid #CB71C3
Tints of Orchid #CB71C3
RGB
CMYK
RGB Variations
Color information
#CB71C3 (or 0xCB71C3) is known color: Orchid. HEX triplet: CB, 71 and C3. RGB value is (203,113,195). Sum of RGB (Red+Green+Blue) = 203+113+195=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CB71C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB71C3 is #348E3C. Grayscale: #959595. Windows color (decimal): -3444285 or 12808651. OLE color: 12808651.
HSL color Cylindrical-coordinate representation of color #CB71C3: hue angle of 305.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 #CB71C3 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 195 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.20 |
| HSL | 305.33º | 0.46% | 0.62% | - |
| HSV(B) | 305.33º | 0.44% | 0.8% | - |
| XYZ | 40.38 | 28.45 | 54.99 | - |
| YUV | 149.26 | 153.82 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 195 | 0 | 0.44 | 0.04 | 0.20 | 305.33 | 0.46 | 0.62 |
| Hex | CB | 71 | C3 | 0 | 2C | 4 | 14 | 131 | 2E | 3E |
| Octal | 313 | 161 | 303 | 0 | 54 | 4 | 24 | 461 | 56 | 76 |
| Binary | 11001011 | 1110001 | 11000011 | 0 | 101100 | 100 | 10100 | 100110001 | 101110 | 111110 |
Color Harmonies of #CB71C3
Complementary color
Monochromatic Colors of #CB71C3
Black with #CB71C3
Text Example
Text Example
White with #CB71C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB71C3; }
p { color: rgb(203,113,195); }
H1.HeaderClassName
{
color: #CB71C3;
}
.AnyTagClassName
{
color: #CB71C3;
}
</style>
background-color css
<style>
a { background-color: #CB71C3; }
a { background-color: rgb(203,113,195); }
div.DivClassName
{
background-color: #CB71C3;
}
.BgClassName
{
background-color: #CB71C3;
}
</style>
border-color css
<style>
span { border-color: #CB71C3; }
span { border-color: rgb(203,113,195); }
td.TdClassName
{
border-color: #CB71C3;
}
.TagClassName
{
border-color: #CB71C3;
}
</style>