Shades of Orchid #CA71BD
Tints of Orchid #CA71BD
RGB
CMYK
RGB Variations
Color information
#CA71BD (or 0xCA71BD) is known color: Orchid. HEX triplet: CA, 71 and BD. RGB value is (202,113,189). Sum of RGB (Red+Green+Blue) = 202+113+189=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CA71BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA71BD is #358E42. Grayscale: #949494. Windows color (decimal): -3509827 or 12415434. OLE color: 12415434.
HSL color Cylindrical-coordinate representation of color #CA71BD: hue angle of 308.76º 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 #CA71BD is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 189 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.21 |
| HSL | 308.76º | 0.46% | 0.62% | - |
| HSV(B) | 308.76º | 0.44% | 0.79% | - |
| XYZ | 39.45 | 28.04 | 51.48 | - |
| YUV | 148.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 189 | 0 | 0.44 | 0.06 | 0.21 | 308.76 | 0.46 | 0.62 |
| Hex | CA | 71 | BD | 0 | 2C | 6 | 15 | 135 | 2E | 3E |
| Octal | 312 | 161 | 275 | 0 | 54 | 6 | 25 | 465 | 56 | 76 |
| Binary | 11001010 | 1110001 | 10111101 | 0 | 101100 | 110 | 10101 | 100110101 | 101110 | 111110 |
Color Harmonies of #CA71BD
Complementary color
Monochromatic Colors of #CA71BD
Black with #CA71BD
Text Example
Text Example
White with #CA71BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA71BD; }
p { color: rgb(202,113,189); }
H1.HeaderClassName
{
color: #CA71BD;
}
.AnyTagClassName
{
color: #CA71BD;
}
</style>
background-color css
<style>
a { background-color: #CA71BD; }
a { background-color: rgb(202,113,189); }
div.DivClassName
{
background-color: #CA71BD;
}
.BgClassName
{
background-color: #CA71BD;
}
</style>
border-color css
<style>
span { border-color: #CA71BD; }
span { border-color: rgb(202,113,189); }
td.TdClassName
{
border-color: #CA71BD;
}
.TagClassName
{
border-color: #CA71BD;
}
</style>