Shades of Orchid #CA7BD8
Tints of Orchid #CA7BD8
RGB
CMYK
RGB Variations
Color information
#CA7BD8 (or 0xCA7BD8) is known color: Orchid. HEX triplet: CA, 7B and D8. RGB value is (202,123,216). Sum of RGB (Red+Green+Blue) = 202+123+216=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 216 (84.77% from 255 or 39.93% from 541); Max value from RGB is 216 - color contains mainly: blue. Hex color #CA7BD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BD8 is #358427. Grayscale: #9C9C9C. Windows color (decimal): -3507240 or 14187466. OLE color: 14187466.
HSL color Cylindrical-coordinate representation of color #CA7BD8: hue angle of 290.97º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA7BD8 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 123 | 216 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.15 |
| HSL | 290.97º | 0.54% | 0.66% | - |
| HSV(B) | 290.97º | 0.43% | 0.85% | - |
| XYZ | 43.83 | 31.68 | 68.77 | - |
| YUV | 157.22 | 161.17 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 123 | 216 | 0.06 | 0.43 | 0 | 0.15 | 290.97 | 0.54 | 0.66 |
| Hex | CA | 7B | D8 | 6 | 2B | 0 | F | 123 | 36 | 42 |
| Octal | 312 | 173 | 330 | 6 | 53 | 0 | 17 | 443 | 66 | 102 |
| Binary | 11001010 | 1111011 | 11011000 | 110 | 101011 | 0 | 1111 | 100100011 | 110110 | 1000010 |
Color Harmonies of #CA7BD8
Complementary color
Monochromatic Colors of #CA7BD8
Black with #CA7BD8
Text Example
Text Example
White with #CA7BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7BD8; }
p { color: rgb(202,123,216); }
H1.HeaderClassName
{
color: #CA7BD8;
}
.AnyTagClassName
{
color: #CA7BD8;
}
</style>
background-color css
<style>
a { background-color: #CA7BD8; }
a { background-color: rgb(202,123,216); }
div.DivClassName
{
background-color: #CA7BD8;
}
.BgClassName
{
background-color: #CA7BD8;
}
</style>
border-color css
<style>
span { border-color: #CA7BD8; }
span { border-color: rgb(202,123,216); }
td.TdClassName
{
border-color: #CA7BD8;
}
.TagClassName
{
border-color: #CA7BD8;
}
</style>