Shades of Orchid #CA7FBB
Tints of Orchid #CA7FBB
RGB
CMYK
RGB Variations
Color information
#CA7FBB (or 0xCA7FBB) is known color: Orchid. HEX triplet: CA, 7F and BB. RGB value is (202,127,187). Sum of RGB (Red+Green+Blue) = 202+127+187=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7FBB is #358044. Grayscale: #9C9C9C. Windows color (decimal): -3506245 or 12287946. OLE color: 12287946.
HSL color Cylindrical-coordinate representation of color #CA7FBB: hue angle of 312º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA7FBB is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 187 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.21 |
| HSL | 312º | 0.41% | 0.65% | - |
| HSV(B) | 312º | 0.37% | 0.79% | - |
| XYZ | 40.92 | 31.32 | 50.9 | - |
| YUV | 156.27 | 145.35 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 187 | 0 | 0.37 | 0.07 | 0.21 | 312 | 0.41 | 0.65 |
| Hex | CA | 7F | BB | 0 | 25 | 7 | 15 | 138 | 29 | 41 |
| Octal | 312 | 177 | 273 | 0 | 45 | 7 | 25 | 470 | 51 | 101 |
| Binary | 11001010 | 1111111 | 10111011 | 0 | 100101 | 111 | 10101 | 100111000 | 101001 | 1000001 |
Color Harmonies of #CA7FBB
Complementary color
Monochromatic Colors of #CA7FBB
Black with #CA7FBB
Text Example
Text Example
White with #CA7FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7FBB; }
p { color: rgb(202,127,187); }
H1.HeaderClassName
{
color: #CA7FBB;
}
.AnyTagClassName
{
color: #CA7FBB;
}
</style>
background-color css
<style>
a { background-color: #CA7FBB; }
a { background-color: rgb(202,127,187); }
div.DivClassName
{
background-color: #CA7FBB;
}
.BgClassName
{
background-color: #CA7FBB;
}
</style>
border-color css
<style>
span { border-color: #CA7FBB; }
span { border-color: rgb(202,127,187); }
td.TdClassName
{
border-color: #CA7FBB;
}
.TagClassName
{
border-color: #CA7FBB;
}
</style>