Shades of Medium Orchid #CA61D4
Tints of Medium Orchid #CA61D4
RGB
CMYK
RGB Variations
Color information
#CA61D4 (or 0xCA61D4) is known color: Medium Orchid. HEX triplet: CA, 61 and D4. RGB value is (202,97,212). Sum of RGB (Red+Green+Blue) = 202+97+212=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA61D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA61D4 is #359E2B. Grayscale: #8D8D8D. Windows color (decimal): -3513900 or 13918666. OLE color: 13918666.
HSL color Cylindrical-coordinate representation of color #CA61D4: hue angle of 294.78º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA61D4 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 97 | 212 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.17 |
| HSL | 294.78º | 0.57% | 0.61% | - |
| HSV(B) | 294.78º | 0.54% | 0.83% | - |
| XYZ | 40.52 | 25.86 | 65.14 | - |
| YUV | 141.51 | 167.79 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 212 | 0.05 | 0.54 | 0 | 0.17 | 294.78 | 0.57 | 0.61 |
| Hex | CA | 61 | D4 | 5 | 36 | 0 | 11 | 127 | 39 | 3D |
| Octal | 312 | 141 | 324 | 5 | 66 | 0 | 21 | 447 | 71 | 75 |
| Binary | 11001010 | 1100001 | 11010100 | 101 | 110110 | 0 | 10001 | 100100111 | 111001 | 111101 |
Color Harmonies of #CA61D4
Complementary color
Monochromatic Colors of #CA61D4
Black with #CA61D4
Text Example
Text Example
White with #CA61D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA61D4; }
p { color: rgb(202,97,212); }
H1.HeaderClassName
{
color: #CA61D4;
}
.AnyTagClassName
{
color: #CA61D4;
}
</style>
background-color css
<style>
a { background-color: #CA61D4; }
a { background-color: rgb(202,97,212); }
div.DivClassName
{
background-color: #CA61D4;
}
.BgClassName
{
background-color: #CA61D4;
}
</style>
border-color css
<style>
span { border-color: #CA61D4; }
span { border-color: rgb(202,97,212); }
td.TdClassName
{
border-color: #CA61D4;
}
.TagClassName
{
border-color: #CA61D4;
}
</style>