Shades of Orchid #CA75D5
Tints of Orchid #CA75D5
RGB
CMYK
RGB Variations
Color information
#CA75D5 (or 0xCA75D5) is known color: Orchid. HEX triplet: CA, 75 and D5. RGB value is (202,117,213). Sum of RGB (Red+Green+Blue) = 202+117+213=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 117 (46.09% from 255 or 21.99% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA75D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA75D5 is #358A2A. Grayscale: #999999. Windows color (decimal): -3508779 or 13989322. OLE color: 13989322.
HSL color Cylindrical-coordinate representation of color #CA75D5: hue angle of 293.12º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA75D5 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 117 | 213 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.16 |
| HSL | 293.13º | 0.53% | 0.65% | - |
| HSV(B) | 293.13º | 0.45% | 0.84% | - |
| XYZ | 42.73 | 30.08 | 66.51 | - |
| YUV | 153.36 | 161.66 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 117 | 213 | 0.05 | 0.45 | 0 | 0.16 | 293.13 | 0.53 | 0.65 |
| Hex | CA | 75 | D5 | 5 | 2D | 0 | 10 | 125 | 35 | 41 |
| Octal | 312 | 165 | 325 | 5 | 55 | 0 | 20 | 445 | 65 | 101 |
| Binary | 11001010 | 1110101 | 11010101 | 101 | 101101 | 0 | 10000 | 100100101 | 110101 | 1000001 |
Color Harmonies of #CA75D5
Complementary color
Monochromatic Colors of #CA75D5
Black with #CA75D5
Text Example
Text Example
White with #CA75D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA75D5; }
p { color: rgb(202,117,213); }
H1.HeaderClassName
{
color: #CA75D5;
}
.AnyTagClassName
{
color: #CA75D5;
}
</style>
background-color css
<style>
a { background-color: #CA75D5; }
a { background-color: rgb(202,117,213); }
div.DivClassName
{
background-color: #CA75D5;
}
.BgClassName
{
background-color: #CA75D5;
}
</style>
border-color css
<style>
span { border-color: #CA75D5; }
span { border-color: rgb(202,117,213); }
td.TdClassName
{
border-color: #CA75D5;
}
.TagClassName
{
border-color: #CA75D5;
}
</style>