Shades of Orchid #CA7BBF
Tints of Orchid #CA7BBF
RGB
CMYK
RGB Variations
Color information
#CA7BBF (or 0xCA7BBF) is known color: Orchid. HEX triplet: CA, 7B and BF. RGB value is (202,123,191). Sum of RGB (Red+Green+Blue) = 202+123+191=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BBF is #358440. Grayscale: #9A9A9A. Windows color (decimal): -3507265 or 12549066. OLE color: 12549066.
HSL color Cylindrical-coordinate representation of color #CA7BBF: hue angle of 308.35º degrees, saturation: 0.43, 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 #CA7BBF is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 123 | 191 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.21 |
| HSL | 308.35º | 0.43% | 0.64% | - |
| HSV(B) | 308.35º | 0.39% | 0.79% | - |
| XYZ | 40.84 | 30.48 | 53.02 | - |
| YUV | 154.37 | 148.67 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 191 | 0 | 0.39 | 0.05 | 0.21 | 308.35 | 0.43 | 0.64 |
| Hex | CA | 7B | BF | 0 | 27 | 5 | 15 | 134 | 2B | 40 |
| Octal | 312 | 173 | 277 | 0 | 47 | 5 | 25 | 464 | 53 | 100 |
| Binary | 11001010 | 1111011 | 10111111 | 0 | 100111 | 101 | 10101 | 100110100 | 101011 | 1000000 |
Color Harmonies of #CA7BBF
Complementary color
Monochromatic Colors of #CA7BBF
Black with #CA7BBF
Text Example
Text Example
White with #CA7BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7BBF; }
p { color: rgb(202,123,191); }
H1.HeaderClassName
{
color: #CA7BBF;
}
.AnyTagClassName
{
color: #CA7BBF;
}
</style>
background-color css
<style>
a { background-color: #CA7BBF; }
a { background-color: rgb(202,123,191); }
div.DivClassName
{
background-color: #CA7BBF;
}
.BgClassName
{
background-color: #CA7BBF;
}
</style>
border-color css
<style>
span { border-color: #CA7BBF; }
span { border-color: rgb(202,123,191); }
td.TdClassName
{
border-color: #CA7BBF;
}
.TagClassName
{
border-color: #CA7BBF;
}
</style>