Shades of Orchid #CA7CBE
Tints of Orchid #CA7CBE
RGB
CMYK
RGB Variations
Color information
#CA7CBE (or 0xCA7CBE) is known color: Orchid. HEX triplet: CA, 7C and BE. RGB value is (202,124,190). Sum of RGB (Red+Green+Blue) = 202+124+190=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7CBE is #358341. Grayscale: #9A9A9A. Windows color (decimal): -3507010 or 12483786. OLE color: 12483786.
HSL color Cylindrical-coordinate representation of color #CA7CBE: hue angle of 309.23º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA7CBE is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 124 | 190 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.21 |
| HSL | 309.23º | 0.42% | 0.64% | - |
| HSV(B) | 309.23º | 0.39% | 0.79% | - |
| XYZ | 40.86 | 30.69 | 52.49 | - |
| YUV | 154.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 190 | 0 | 0.39 | 0.06 | 0.21 | 309.23 | 0.42 | 0.64 |
| Hex | CA | 7C | BE | 0 | 27 | 6 | 15 | 135 | 2A | 40 |
| Octal | 312 | 174 | 276 | 0 | 47 | 6 | 25 | 465 | 52 | 100 |
| Binary | 11001010 | 1111100 | 10111110 | 0 | 100111 | 110 | 10101 | 100110101 | 101010 | 1000000 |
Color Harmonies of #CA7CBE
Complementary color
Monochromatic Colors of #CA7CBE
Black with #CA7CBE
Text Example
Text Example
White with #CA7CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7CBE; }
p { color: rgb(202,124,190); }
H1.HeaderClassName
{
color: #CA7CBE;
}
.AnyTagClassName
{
color: #CA7CBE;
}
</style>
background-color css
<style>
a { background-color: #CA7CBE; }
a { background-color: rgb(202,124,190); }
div.DivClassName
{
background-color: #CA7CBE;
}
.BgClassName
{
background-color: #CA7CBE;
}
</style>
border-color css
<style>
span { border-color: #CA7CBE; }
span { border-color: rgb(202,124,190); }
td.TdClassName
{
border-color: #CA7CBE;
}
.TagClassName
{
border-color: #CA7CBE;
}
</style>