Shades of Orchid #CA7BE3
Tints of Orchid #CA7BE3
RGB
CMYK
RGB Variations
Color information
#CA7BE3 (or 0xCA7BE3) is known color: Orchid. HEX triplet: CA, 7B and E3. RGB value is (202,123,227). Sum of RGB (Red+Green+Blue) = 202+123+227=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 123 (48.44% from 255 or 22.28% from 552); Blue value is 227 (89.06% from 255 or 41.12% from 552); Max value from RGB is 227 - color contains mainly: blue. Hex color #CA7BE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BE3 is #35841C. Grayscale: #9E9E9E. Windows color (decimal): -3507229 or 14908362. OLE color: 14908362.
HSL color Cylindrical-coordinate representation of color #CA7BE3: hue angle of 285.58º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA7BE3 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 123 | 227 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.11 |
| HSL | 285.58º | 0.65% | 0.69% | - |
| HSV(B) | 285.58º | 0.46% | 0.89% | - |
| XYZ | 45.31 | 32.27 | 76.51 | - |
| YUV | 158.48 | 166.67 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 227 | 0.11 | 0.46 | 0 | 0.11 | 285.58 | 0.65 | 0.69 |
| Hex | CA | 7B | E3 | B | 2E | 0 | B | 11E | 41 | 45 |
| Octal | 312 | 173 | 343 | 13 | 56 | 0 | 13 | 436 | 101 | 105 |
| Binary | 11001010 | 1111011 | 11100011 | 1011 | 101110 | 0 | 1011 | 100011110 | 1000001 | 1000101 |
Color Harmonies of #CA7BE3
Complementary color
Monochromatic Colors of #CA7BE3
Black with #CA7BE3
Text Example
Text Example
White with #CA7BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7BE3; }
p { color: rgb(202,123,227); }
H1.HeaderClassName
{
color: #CA7BE3;
}
.AnyTagClassName
{
color: #CA7BE3;
}
</style>
background-color css
<style>
a { background-color: #CA7BE3; }
a { background-color: rgb(202,123,227); }
div.DivClassName
{
background-color: #CA7BE3;
}
.BgClassName
{
background-color: #CA7BE3;
}
</style>
border-color css
<style>
span { border-color: #CA7BE3; }
span { border-color: rgb(202,123,227); }
td.TdClassName
{
border-color: #CA7BE3;
}
.TagClassName
{
border-color: #CA7BE3;
}
</style>