Shades of Orchid #CA71C5
Tints of Orchid #CA71C5
RGB
CMYK
RGB Variations
Color information
#CA71C5 (or 0xCA71C5) is known color: Orchid. HEX triplet: CA, 71 and C5. RGB value is (202,113,197). Sum of RGB (Red+Green+Blue) = 202+113+197=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 202 - color contains mainly: red. Hex color #CA71C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA71C5 is #358E3A. Grayscale: #949494. Windows color (decimal): -3509819 or 12939722. OLE color: 12939722.
HSL color Cylindrical-coordinate representation of color #CA71C5: hue angle of 303.37º 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 #CA71C5 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 197 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.21 |
| HSL | 303.37º | 0.46% | 0.62% | - |
| HSV(B) | 303.37º | 0.44% | 0.79% | - |
| XYZ | 40.34 | 28.4 | 56.18 | - |
| YUV | 149.19 | 154.99 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 197 | 0 | 0.44 | 0.02 | 0.21 | 303.37 | 0.46 | 0.62 |
| Hex | CA | 71 | C5 | 0 | 2C | 2 | 15 | 12F | 2E | 3E |
| Octal | 312 | 161 | 305 | 0 | 54 | 2 | 25 | 457 | 56 | 76 |
| Binary | 11001010 | 1110001 | 11000101 | 0 | 101100 | 10 | 10101 | 100101111 | 101110 | 111110 |
Color Harmonies of #CA71C5
Complementary color
Monochromatic Colors of #CA71C5
Black with #CA71C5
Text Example
Text Example
White with #CA71C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA71C5; }
p { color: rgb(202,113,197); }
H1.HeaderClassName
{
color: #CA71C5;
}
.AnyTagClassName
{
color: #CA71C5;
}
</style>
background-color css
<style>
a { background-color: #CA71C5; }
a { background-color: rgb(202,113,197); }
div.DivClassName
{
background-color: #CA71C5;
}
.BgClassName
{
background-color: #CA71C5;
}
</style>
border-color css
<style>
span { border-color: #CA71C5; }
span { border-color: rgb(202,113,197); }
td.TdClassName
{
border-color: #CA71C5;
}
.TagClassName
{
border-color: #CA71C5;
}
</style>