Shades of Medium Orchid #CA61DA
Tints of Medium Orchid #CA61DA
RGB
CMYK
RGB Variations
Color information
#CA61DA (or 0xCA61DA) is known color: Medium Orchid. HEX triplet: CA, 61 and DA. RGB value is (202,97,218). Sum of RGB (Red+Green+Blue) = 202+97+218=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 97 (38.28% from 255 or 18.76% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA61DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA61DA is #359E25. Grayscale: #8D8D8D. Windows color (decimal): -3513894 or 14311882. OLE color: 14311882.
HSL color Cylindrical-coordinate representation of color #CA61DA: hue angle of 292.07º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA61DA is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 97 | 218 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.15 |
| HSL | 292.07º | 0.62% | 0.62% | - |
| HSV(B) | 292.07º | 0.56% | 0.85% | - |
| XYZ | 41.29 | 26.17 | 69.2 | - |
| YUV | 142.19 | 170.79 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 218 | 0.07 | 0.56 | 0 | 0.15 | 292.07 | 0.62 | 0.62 |
| Hex | CA | 61 | DA | 7 | 38 | 0 | F | 124 | 3E | 3E |
| Octal | 312 | 141 | 332 | 7 | 70 | 0 | 17 | 444 | 76 | 76 |
| Binary | 11001010 | 1100001 | 11011010 | 111 | 111000 | 0 | 1111 | 100100100 | 111110 | 111110 |
Color Harmonies of #CA61DA
Complementary color
Monochromatic Colors of #CA61DA
Black with #CA61DA
Text Example
Text Example
White with #CA61DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA61DA; }
p { color: rgb(202,97,218); }
H1.HeaderClassName
{
color: #CA61DA;
}
.AnyTagClassName
{
color: #CA61DA;
}
</style>
background-color css
<style>
a { background-color: #CA61DA; }
a { background-color: rgb(202,97,218); }
div.DivClassName
{
background-color: #CA61DA;
}
.BgClassName
{
background-color: #CA61DA;
}
</style>
border-color css
<style>
span { border-color: #CA61DA; }
span { border-color: rgb(202,97,218); }
td.TdClassName
{
border-color: #CA61DA;
}
.TagClassName
{
border-color: #CA61DA;
}
</style>