Shades of Orchid #CA7DBB
Tints of Orchid #CA7DBB
RGB
CMYK
RGB Variations
Color information
#CA7DBB (or 0xCA7DBB) is known color: Orchid. HEX triplet: CA, 7D and BB. RGB value is (202,125,187). Sum of RGB (Red+Green+Blue) = 202+125+187=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7DBB is #358244. Grayscale: #9A9A9A. Windows color (decimal): -3506757 or 12287434. OLE color: 12287434.
HSL color Cylindrical-coordinate representation of color #CA7DBB: hue angle of 311.69º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA7DBB is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 125 | 187 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.21 |
| HSL | 311.69º | 0.42% | 0.64% | - |
| HSV(B) | 311.69º | 0.38% | 0.79% | - |
| XYZ | 40.66 | 30.81 | 50.82 | - |
| YUV | 155.09 | 146.01 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 125 | 187 | 0 | 0.38 | 0.07 | 0.21 | 311.69 | 0.42 | 0.64 |
| Hex | CA | 7D | BB | 0 | 26 | 7 | 15 | 138 | 2A | 40 |
| Octal | 312 | 175 | 273 | 0 | 46 | 7 | 25 | 470 | 52 | 100 |
| Binary | 11001010 | 1111101 | 10111011 | 0 | 100110 | 111 | 10101 | 100111000 | 101010 | 1000000 |
Color Harmonies of #CA7DBB
Complementary color
Monochromatic Colors of #CA7DBB
Black with #CA7DBB
Text Example
Text Example
White with #CA7DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7DBB; }
p { color: rgb(202,125,187); }
H1.HeaderClassName
{
color: #CA7DBB;
}
.AnyTagClassName
{
color: #CA7DBB;
}
</style>
background-color css
<style>
a { background-color: #CA7DBB; }
a { background-color: rgb(202,125,187); }
div.DivClassName
{
background-color: #CA7DBB;
}
.BgClassName
{
background-color: #CA7DBB;
}
</style>
border-color css
<style>
span { border-color: #CA7DBB; }
span { border-color: rgb(202,125,187); }
td.TdClassName
{
border-color: #CA7DBB;
}
.TagClassName
{
border-color: #CA7DBB;
}
</style>