Shades of Orchid #CA7BE2
Tints of Orchid #CA7BE2
RGB
CMYK
RGB Variations
Color information
#CA7BE2 (or 0xCA7BE2) is known color: Orchid. HEX triplet: CA, 7B and E2. RGB value is (202,123,226). Sum of RGB (Red+Green+Blue) = 202+123+226=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 123 (48.44% from 255 or 22.32% from 551); Blue value is 226 (88.67% from 255 or 41.02% from 551); Max value from RGB is 226 - color contains mainly: blue. Hex color #CA7BE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BE2 is #35841D. Grayscale: #9E9E9E. Windows color (decimal): -3507230 or 14842826. OLE color: 14842826.
HSL color Cylindrical-coordinate representation of color #CA7BE2: hue angle of 286.02º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA7BE2 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 123 | 226 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.11 |
| HSL | 286.02º | 0.64% | 0.68% | - |
| HSV(B) | 286.02º | 0.46% | 0.89% | - |
| XYZ | 45.17 | 32.21 | 75.79 | - |
| YUV | 158.36 | 166.17 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 226 | 0.11 | 0.46 | 0 | 0.11 | 286.02 | 0.64 | 0.68 |
| Hex | CA | 7B | E2 | B | 2E | 0 | B | 11E | 40 | 44 |
| Octal | 312 | 173 | 342 | 13 | 56 | 0 | 13 | 436 | 100 | 104 |
| Binary | 11001010 | 1111011 | 11100010 | 1011 | 101110 | 0 | 1011 | 100011110 | 1000000 | 1000100 |
Color Harmonies of #CA7BE2
Complementary color
Monochromatic Colors of #CA7BE2
Black with #CA7BE2
Text Example
Text Example
White with #CA7BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7BE2; }
p { color: rgb(202,123,226); }
H1.HeaderClassName
{
color: #CA7BE2;
}
.AnyTagClassName
{
color: #CA7BE2;
}
</style>
background-color css
<style>
a { background-color: #CA7BE2; }
a { background-color: rgb(202,123,226); }
div.DivClassName
{
background-color: #CA7BE2;
}
.BgClassName
{
background-color: #CA7BE2;
}
</style>
border-color css
<style>
span { border-color: #CA7BE2; }
span { border-color: rgb(202,123,226); }
td.TdClassName
{
border-color: #CA7BE2;
}
.TagClassName
{
border-color: #CA7BE2;
}
</style>