Shades of Orchid #CA72BA
Tints of Orchid #CA72BA
RGB
CMYK
RGB Variations
Color information
#CA72BA (or 0xCA72BA) is known color: Orchid. HEX triplet: CA, 72 and BA. RGB value is (202,114,186). Sum of RGB (Red+Green+Blue) = 202+114+186=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CA72BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA72BA is #358D45. Grayscale: #949494. Windows color (decimal): -3509574 or 12219082. OLE color: 12219082.
HSL color Cylindrical-coordinate representation of color #CA72BA: hue angle of 310.91º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA72BA is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 114 | 186 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.21 |
| HSL | 310.91º | 0.45% | 0.62% | - |
| HSV(B) | 310.91º | 0.44% | 0.79% | - |
| XYZ | 39.24 | 28.14 | 49.82 | - |
| YUV | 148.52 | 149.15 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 114 | 186 | 0 | 0.44 | 0.08 | 0.21 | 310.91 | 0.45 | 0.62 |
| Hex | CA | 72 | BA | 0 | 2C | 8 | 15 | 137 | 2D | 3E |
| Octal | 312 | 162 | 272 | 0 | 54 | 10 | 25 | 467 | 55 | 76 |
| Binary | 11001010 | 1110010 | 10111010 | 0 | 101100 | 1000 | 10101 | 100110111 | 101101 | 111110 |
Color Harmonies of #CA72BA
Complementary color
Monochromatic Colors of #CA72BA
Black with #CA72BA
Text Example
Text Example
White with #CA72BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA72BA; }
p { color: rgb(202,114,186); }
H1.HeaderClassName
{
color: #CA72BA;
}
.AnyTagClassName
{
color: #CA72BA;
}
</style>
background-color css
<style>
a { background-color: #CA72BA; }
a { background-color: rgb(202,114,186); }
div.DivClassName
{
background-color: #CA72BA;
}
.BgClassName
{
background-color: #CA72BA;
}
</style>
border-color css
<style>
span { border-color: #CA72BA; }
span { border-color: rgb(202,114,186); }
td.TdClassName
{
border-color: #CA72BA;
}
.TagClassName
{
border-color: #CA72BA;
}
</style>