Shades of Orchid #CA7BBD
Tints of Orchid #CA7BBD
RGB
CMYK
RGB Variations
Color information
#CA7BBD (or 0xCA7BBD) is known color: Orchid. HEX triplet: CA, 7B and BD. RGB value is (202,123,189). Sum of RGB (Red+Green+Blue) = 202+123+189=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BBD is #358442. Grayscale: #999999. Windows color (decimal): -3507267 or 12417994. OLE color: 12417994.
HSL color Cylindrical-coordinate representation of color #CA7BBD: hue angle of 309.87º 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 #CA7BBD is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 123 | 189 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.21 |
| HSL | 309.87º | 0.43% | 0.64% | - |
| HSV(B) | 309.87º | 0.39% | 0.79% | - |
| XYZ | 40.63 | 30.4 | 51.87 | - |
| YUV | 154.15 | 147.67 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 189 | 0 | 0.39 | 0.06 | 0.21 | 309.87 | 0.43 | 0.64 |
| Hex | CA | 7B | BD | 0 | 27 | 6 | 15 | 136 | 2B | 40 |
| Octal | 312 | 173 | 275 | 0 | 47 | 6 | 25 | 466 | 53 | 100 |
| Binary | 11001010 | 1111011 | 10111101 | 0 | 100111 | 110 | 10101 | 100110110 | 101011 | 1000000 |
Color Harmonies of #CA7BBD
Complementary color
Monochromatic Colors of #CA7BBD
Black with #CA7BBD
Text Example
Text Example
White with #CA7BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7BBD; }
p { color: rgb(202,123,189); }
H1.HeaderClassName
{
color: #CA7BBD;
}
.AnyTagClassName
{
color: #CA7BBD;
}
</style>
background-color css
<style>
a { background-color: #CA7BBD; }
a { background-color: rgb(202,123,189); }
div.DivClassName
{
background-color: #CA7BBD;
}
.BgClassName
{
background-color: #CA7BBD;
}
</style>
border-color css
<style>
span { border-color: #CA7BBD; }
span { border-color: rgb(202,123,189); }
td.TdClassName
{
border-color: #CA7BBD;
}
.TagClassName
{
border-color: #CA7BBD;
}
</style>