Shades of Orchid #CA71C8
Tints of Orchid #CA71C8
RGB
CMYK
RGB Variations
Color information
#CA71C8 (or 0xCA71C8) is known color: Orchid. HEX triplet: CA, 71 and C8. RGB value is (202,113,200). Sum of RGB (Red+Green+Blue) = 202+113+200=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CA71C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA71C8 is #358E37. Grayscale: #959595. Windows color (decimal): -3509816 or 13136330. OLE color: 13136330.
HSL color Cylindrical-coordinate representation of color #CA71C8: hue angle of 301.35º 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 #CA71C8 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 113 | 200 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.21 |
| HSL | 301.35º | 0.46% | 0.62% | - |
| HSV(B) | 301.35º | 0.44% | 0.79% | - |
| XYZ | 40.69 | 28.54 | 58.01 | - |
| YUV | 149.53 | 156.49 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 200 | 0 | 0.44 | 0.01 | 0.21 | 301.35 | 0.46 | 0.62 |
| Hex | CA | 71 | C8 | 0 | 2C | 1 | 15 | 12D | 2E | 3E |
| Octal | 312 | 161 | 310 | 0 | 54 | 1 | 25 | 455 | 56 | 76 |
| Binary | 11001010 | 1110001 | 11001000 | 0 | 101100 | 1 | 10101 | 100101101 | 101110 | 111110 |
Color Harmonies of #CA71C8
Complementary color
Monochromatic Colors of #CA71C8
Black with #CA71C8
Text Example
Text Example
White with #CA71C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA71C8; }
p { color: rgb(202,113,200); }
H1.HeaderClassName
{
color: #CA71C8;
}
.AnyTagClassName
{
color: #CA71C8;
}
</style>
background-color css
<style>
a { background-color: #CA71C8; }
a { background-color: rgb(202,113,200); }
div.DivClassName
{
background-color: #CA71C8;
}
.BgClassName
{
background-color: #CA71C8;
}
</style>
border-color css
<style>
span { border-color: #CA71C8; }
span { border-color: rgb(202,113,200); }
td.TdClassName
{
border-color: #CA71C8;
}
.TagClassName
{
border-color: #CA71C8;
}
</style>