Shades of Orchid #CA7CBB
Tints of Orchid #CA7CBB
RGB
CMYK
RGB Variations
Color information
#CA7CBB (or 0xCA7CBB) is known color: Orchid. HEX triplet: CA, 7C and BB. RGB value is (202,124,187). Sum of RGB (Red+Green+Blue) = 202+124+187=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7CBB is #358344. Grayscale: #9A9A9A. Windows color (decimal): -3507013 or 12287178. OLE color: 12287178.
HSL color Cylindrical-coordinate representation of color #CA7CBB: hue angle of 311.54º 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 #CA7CBB is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 124 | 187 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.21 |
| HSL | 311.54º | 0.42% | 0.64% | - |
| HSV(B) | 311.54º | 0.39% | 0.79% | - |
| XYZ | 40.53 | 30.56 | 50.78 | - |
| YUV | 154.5 | 146.34 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 124 | 187 | 0 | 0.39 | 0.07 | 0.21 | 311.54 | 0.42 | 0.64 |
| Hex | CA | 7C | BB | 0 | 27 | 7 | 15 | 138 | 2A | 40 |
| Octal | 312 | 174 | 273 | 0 | 47 | 7 | 25 | 470 | 52 | 100 |
| Binary | 11001010 | 1111100 | 10111011 | 0 | 100111 | 111 | 10101 | 100111000 | 101010 | 1000000 |
Color Harmonies of #CA7CBB
Complementary color
Monochromatic Colors of #CA7CBB
Black with #CA7CBB
Text Example
Text Example
White with #CA7CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7CBB; }
p { color: rgb(202,124,187); }
H1.HeaderClassName
{
color: #CA7CBB;
}
.AnyTagClassName
{
color: #CA7CBB;
}
</style>
background-color css
<style>
a { background-color: #CA7CBB; }
a { background-color: rgb(202,124,187); }
div.DivClassName
{
background-color: #CA7CBB;
}
.BgClassName
{
background-color: #CA7CBB;
}
</style>
border-color css
<style>
span { border-color: #CA7CBB; }
span { border-color: rgb(202,124,187); }
td.TdClassName
{
border-color: #CA7CBB;
}
.TagClassName
{
border-color: #CA7CBB;
}
</style>