Shades of Orchid #CA83D7
Tints of Orchid #CA83D7
RGB
CMYK
RGB Variations
Color information
#CA83D7 (or 0xCA83D7) is known color: Orchid. HEX triplet: CA, 83 and D7. RGB value is (202,131,215). Sum of RGB (Red+Green+Blue) = 202+131+215=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA83D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA83D7 is #357C28. Grayscale: #A1A1A1. Windows color (decimal): -3505193 or 14123978. OLE color: 14123978.
HSL color Cylindrical-coordinate representation of color #CA83D7: hue angle of 290.71º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA83D7 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 131 | 215 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.16 |
| HSL | 290.71º | 0.51% | 0.68% | - |
| HSV(B) | 290.71º | 0.39% | 0.84% | - |
| XYZ | 44.74 | 33.7 | 68.44 | - |
| YUV | 161.81 | 158.02 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 131 | 215 | 0.06 | 0.39 | 0 | 0.16 | 290.71 | 0.51 | 0.68 |
| Hex | CA | 83 | D7 | 6 | 27 | 0 | 10 | 123 | 33 | 44 |
| Octal | 312 | 203 | 327 | 6 | 47 | 0 | 20 | 443 | 63 | 104 |
| Binary | 11001010 | 10000011 | 11010111 | 110 | 100111 | 0 | 10000 | 100100011 | 110011 | 1000100 |
Color Harmonies of #CA83D7
Complementary color
Monochromatic Colors of #CA83D7
Black with #CA83D7
Text Example
Text Example
White with #CA83D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA83D7; }
p { color: rgb(202,131,215); }
H1.HeaderClassName
{
color: #CA83D7;
}
.AnyTagClassName
{
color: #CA83D7;
}
</style>
background-color css
<style>
a { background-color: #CA83D7; }
a { background-color: rgb(202,131,215); }
div.DivClassName
{
background-color: #CA83D7;
}
.BgClassName
{
background-color: #CA83D7;
}
</style>
border-color css
<style>
span { border-color: #CA83D7; }
span { border-color: rgb(202,131,215); }
td.TdClassName
{
border-color: #CA83D7;
}
.TagClassName
{
border-color: #CA83D7;
}
</style>