Shades of Orchid #CA73DF
Tints of Orchid #CA73DF
RGB
CMYK
RGB Variations
Color information
#CA73DF (or 0xCA73DF) is known color: Orchid. HEX triplet: CA, 73 and DF. RGB value is (202,115,223). Sum of RGB (Red+Green+Blue) = 202+115+223=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA73DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73DF is #358C20. Grayscale: #989898. Windows color (decimal): -3509281 or 14644170. OLE color: 14644170.
HSL color Cylindrical-coordinate representation of color #CA73DF: hue angle of 288.33º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA73DF is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 115 | 223 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.13 |
| HSL | 288.33º | 0.63% | 0.66% | - |
| HSV(B) | 288.33º | 0.48% | 0.87% | - |
| XYZ | 43.81 | 30.15 | 73.32 | - |
| YUV | 153.33 | 167.32 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 223 | 0.09 | 0.48 | 0 | 0.13 | 288.33 | 0.63 | 0.66 |
| Hex | CA | 73 | DF | 9 | 30 | 0 | D | 120 | 3F | 42 |
| Octal | 312 | 163 | 337 | 11 | 60 | 0 | 15 | 440 | 77 | 102 |
| Binary | 11001010 | 1110011 | 11011111 | 1001 | 110000 | 0 | 1101 | 100100000 | 111111 | 1000010 |
Color Harmonies of #CA73DF
Complementary color
Monochromatic Colors of #CA73DF
Black with #CA73DF
Text Example
Text Example
White with #CA73DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA73DF; }
p { color: rgb(202,115,223); }
H1.HeaderClassName
{
color: #CA73DF;
}
.AnyTagClassName
{
color: #CA73DF;
}
</style>
background-color css
<style>
a { background-color: #CA73DF; }
a { background-color: rgb(202,115,223); }
div.DivClassName
{
background-color: #CA73DF;
}
.BgClassName
{
background-color: #CA73DF;
}
</style>
border-color css
<style>
span { border-color: #CA73DF; }
span { border-color: rgb(202,115,223); }
td.TdClassName
{
border-color: #CA73DF;
}
.TagClassName
{
border-color: #CA73DF;
}
</style>