Shades of Orchid #CB71C2
Tints of Orchid #CB71C2
RGB
CMYK
RGB Variations
Color information
#CB71C2 (or 0xCB71C2) is known color: Orchid. HEX triplet: CB, 71 and C2. RGB value is (203,113,194). Sum of RGB (Red+Green+Blue) = 203+113+194=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CB71C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB71C2 is #348E3D. Grayscale: #949494. Windows color (decimal): -3444286 or 12743115. OLE color: 12743115.
HSL color Cylindrical-coordinate representation of color #CB71C2: hue angle of 306º 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 #CB71C2 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 194 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.20 |
| HSL | 306º | 0.46% | 0.62% | - |
| HSV(B) | 306º | 0.44% | 0.8% | - |
| XYZ | 40.27 | 28.4 | 54.4 | - |
| YUV | 149.14 | 153.32 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 194 | 0 | 0.44 | 0.04 | 0.20 | 306 | 0.46 | 0.62 |
| Hex | CB | 71 | C2 | 0 | 2C | 4 | 14 | 132 | 2E | 3E |
| Octal | 313 | 161 | 302 | 0 | 54 | 4 | 24 | 462 | 56 | 76 |
| Binary | 11001011 | 1110001 | 11000010 | 0 | 101100 | 100 | 10100 | 100110010 | 101110 | 111110 |
Color Harmonies of #CB71C2
Complementary color
Monochromatic Colors of #CB71C2
Black with #CB71C2
Text Example
Text Example
White with #CB71C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB71C2; }
p { color: rgb(203,113,194); }
H1.HeaderClassName
{
color: #CB71C2;
}
.AnyTagClassName
{
color: #CB71C2;
}
</style>
background-color css
<style>
a { background-color: #CB71C2; }
a { background-color: rgb(203,113,194); }
div.DivClassName
{
background-color: #CB71C2;
}
.BgClassName
{
background-color: #CB71C2;
}
</style>
border-color css
<style>
span { border-color: #CB71C2; }
span { border-color: rgb(203,113,194); }
td.TdClassName
{
border-color: #CB71C2;
}
.TagClassName
{
border-color: #CB71C2;
}
</style>