Shades of Orchid #CA71BB
Tints of Orchid #CA71BB
RGB
CMYK
RGB Variations
Color information
#CA71BB (or 0xCA71BB) is known color: Orchid. HEX triplet: CA, 71 and BB. RGB value is (202,113,187). Sum of RGB (Red+Green+Blue) = 202+113+187=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CA71BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA71BB is #358E44. Grayscale: #939393. Windows color (decimal): -3509829 or 12284362. OLE color: 12284362.
HSL color Cylindrical-coordinate representation of color #CA71BB: hue angle of 310.11º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA71BB is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 187 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.21 |
| HSL | 310.11º | 0.46% | 0.62% | - |
| HSV(B) | 310.11º | 0.44% | 0.79% | - |
| XYZ | 39.23 | 27.95 | 50.34 | - |
| YUV | 148.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 187 | 0 | 0.44 | 0.07 | 0.21 | 310.11 | 0.46 | 0.62 |
| Hex | CA | 71 | BB | 0 | 2C | 7 | 15 | 136 | 2E | 3E |
| Octal | 312 | 161 | 273 | 0 | 54 | 7 | 25 | 466 | 56 | 76 |
| Binary | 11001010 | 1110001 | 10111011 | 0 | 101100 | 111 | 10101 | 100110110 | 101110 | 111110 |
Color Harmonies of #CA71BB
Complementary color
Monochromatic Colors of #CA71BB
Black with #CA71BB
Text Example
Text Example
White with #CA71BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA71BB; }
p { color: rgb(202,113,187); }
H1.HeaderClassName
{
color: #CA71BB;
}
.AnyTagClassName
{
color: #CA71BB;
}
</style>
background-color css
<style>
a { background-color: #CA71BB; }
a { background-color: rgb(202,113,187); }
div.DivClassName
{
background-color: #CA71BB;
}
.BgClassName
{
background-color: #CA71BB;
}
</style>
border-color css
<style>
span { border-color: #CA71BB; }
span { border-color: rgb(202,113,187); }
td.TdClassName
{
border-color: #CA71BB;
}
.TagClassName
{
border-color: #CA71BB;
}
</style>