Shades of Medium Orchid #CA61E4
Tints of Medium Orchid #CA61E4
RGB
CMYK
RGB Variations
Color information
#CA61E4 (or 0xCA61E4) is known color: Medium Orchid. HEX triplet: CA, 61 and E4. RGB value is (202,97,228). Sum of RGB (Red+Green+Blue) = 202+97+228=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 228 (89.45% from 255 or 43.26% from 527); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA61E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA61E4 is #359E1B. Grayscale: #8E8E8E. Windows color (decimal): -3513884 or 14967242. OLE color: 14967242.
HSL color Cylindrical-coordinate representation of color #CA61E4: hue angle of 288.09º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA61E4 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 97 | 228 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.11 |
| HSL | 288.09º | 0.71% | 0.64% | - |
| HSV(B) | 288.09º | 0.57% | 0.89% | - |
| XYZ | 42.64 | 26.71 | 76.31 | - |
| YUV | 143.33 | 175.79 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 228 | 0.11 | 0.57 | 0 | 0.11 | 288.09 | 0.71 | 0.64 |
| Hex | CA | 61 | E4 | B | 39 | 0 | B | 120 | 47 | 40 |
| Octal | 312 | 141 | 344 | 13 | 71 | 0 | 13 | 440 | 107 | 100 |
| Binary | 11001010 | 1100001 | 11100100 | 1011 | 111001 | 0 | 1011 | 100100000 | 1000111 | 1000000 |
Color Harmonies of #CA61E4
Complementary color
Monochromatic Colors of #CA61E4
Black with #CA61E4
Text Example
Text Example
White with #CA61E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA61E4; }
p { color: rgb(202,97,228); }
H1.HeaderClassName
{
color: #CA61E4;
}
.AnyTagClassName
{
color: #CA61E4;
}
</style>
background-color css
<style>
a { background-color: #CA61E4; }
a { background-color: rgb(202,97,228); }
div.DivClassName
{
background-color: #CA61E4;
}
.BgClassName
{
background-color: #CA61E4;
}
</style>
border-color css
<style>
span { border-color: #CA61E4; }
span { border-color: rgb(202,97,228); }
td.TdClassName
{
border-color: #CA61E4;
}
.TagClassName
{
border-color: #CA61E4;
}
</style>