Shades of Orchid #CA71E2
Tints of Orchid #CA71E2
RGB
CMYK
RGB Variations
Color information
#CA71E2 (or 0xCA71E2) is known color: Orchid. HEX triplet: CA, 71 and E2. RGB value is (202,113,226). Sum of RGB (Red+Green+Blue) = 202+113+226=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 226 (88.67% from 255 or 41.77% from 541); Max value from RGB is 226 - color contains mainly: blue. Hex color #CA71E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA71E2 is #358E1D. Grayscale: #989898. Windows color (decimal): -3509790 or 14840266. OLE color: 14840266.
HSL color Cylindrical-coordinate representation of color #CA71E2: hue angle of 287.26º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA71E2 is Cyan = 0.11, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 113 | 226 | - |
| CMYK | 0.11 | 0.5 | 0 | 0.11 |
| HSL | 287.26º | 0.66% | 0.66% | - |
| HSV(B) | 287.26º | 0.5% | 0.89% | - |
| XYZ | 43.99 | 29.86 | 75.4 | - |
| YUV | 152.49 | 169.49 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 113 | 226 | 0.11 | 0.5 | 0 | 0.11 | 287.26 | 0.66 | 0.66 |
| Hex | CA | 71 | E2 | B | 32 | 0 | B | 11F | 42 | 42 |
| Octal | 312 | 161 | 342 | 13 | 62 | 0 | 13 | 437 | 102 | 102 |
| Binary | 11001010 | 1110001 | 11100010 | 1011 | 110010 | 0 | 1011 | 100011111 | 1000010 | 1000010 |
Color Harmonies of #CA71E2
Complementary color
Monochromatic Colors of #CA71E2
Black with #CA71E2
Text Example
Text Example
White with #CA71E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA71E2; }
p { color: rgb(202,113,226); }
H1.HeaderClassName
{
color: #CA71E2;
}
.AnyTagClassName
{
color: #CA71E2;
}
</style>
background-color css
<style>
a { background-color: #CA71E2; }
a { background-color: rgb(202,113,226); }
div.DivClassName
{
background-color: #CA71E2;
}
.BgClassName
{
background-color: #CA71E2;
}
</style>
border-color css
<style>
span { border-color: #CA71E2; }
span { border-color: rgb(202,113,226); }
td.TdClassName
{
border-color: #CA71E2;
}
.TagClassName
{
border-color: #CA71E2;
}
</style>