Shades of Orchid #CA7BE0
Tints of Orchid #CA7BE0
RGB
CMYK
RGB Variations
Color information
#CA7BE0 (or 0xCA7BE0) is known color: Orchid. HEX triplet: CA, 7B and E0. RGB value is (202,123,224). Sum of RGB (Red+Green+Blue) = 202+123+224=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA7BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BE0 is #35841F. Grayscale: #9D9D9D. Windows color (decimal): -3507232 or 14711754. OLE color: 14711754.
HSL color Cylindrical-coordinate representation of color #CA7BE0: hue angle of 286.93º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA7BE0 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 123 | 224 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.12 |
| HSL | 286.93º | 0.62% | 0.68% | - |
| HSV(B) | 286.93º | 0.45% | 0.88% | - |
| XYZ | 44.89 | 32.1 | 74.35 | - |
| YUV | 158.14 | 165.17 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 224 | 0.10 | 0.45 | 0 | 0.12 | 286.93 | 0.62 | 0.68 |
| Hex | CA | 7B | E0 | A | 2D | 0 | C | 11F | 3E | 44 |
| Octal | 312 | 173 | 340 | 12 | 55 | 0 | 14 | 437 | 76 | 104 |
| Binary | 11001010 | 1111011 | 11100000 | 1010 | 101101 | 0 | 1100 | 100011111 | 111110 | 1000100 |
Color Harmonies of #CA7BE0
Complementary color
Monochromatic Colors of #CA7BE0
Black with #CA7BE0
Text Example
Text Example
White with #CA7BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7BE0; }
p { color: rgb(202,123,224); }
H1.HeaderClassName
{
color: #CA7BE0;
}
.AnyTagClassName
{
color: #CA7BE0;
}
</style>
background-color css
<style>
a { background-color: #CA7BE0; }
a { background-color: rgb(202,123,224); }
div.DivClassName
{
background-color: #CA7BE0;
}
.BgClassName
{
background-color: #CA7BE0;
}
</style>
border-color css
<style>
span { border-color: #CA7BE0; }
span { border-color: rgb(202,123,224); }
td.TdClassName
{
border-color: #CA7BE0;
}
.TagClassName
{
border-color: #CA7BE0;
}
</style>