Shades of Medium Orchid #CA61E0
Tints of Medium Orchid #CA61E0
RGB
CMYK
RGB Variations
Color information
#CA61E0 (or 0xCA61E0) is known color: Medium Orchid. HEX triplet: CA, 61 and E0. RGB value is (202,97,224). Sum of RGB (Red+Green+Blue) = 202+97+224=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 97 (38.28% from 255 or 18.55% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA61E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA61E0 is #359E1F. Grayscale: #8E8E8E. Windows color (decimal): -3513888 or 14705098. OLE color: 14705098.
HSL color Cylindrical-coordinate representation of color #CA61E0: hue angle of 289.61º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA61E0 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 97 | 224 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.12 |
| HSL | 289.61º | 0.67% | 0.63% | - |
| HSV(B) | 289.61º | 0.57% | 0.88% | - |
| XYZ | 42.09 | 26.49 | 73.42 | - |
| YUV | 142.87 | 173.79 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 97 | 224 | 0.10 | 0.57 | 0 | 0.12 | 289.61 | 0.67 | 0.63 |
| Hex | CA | 61 | E0 | A | 39 | 0 | C | 122 | 43 | 3F |
| Octal | 312 | 141 | 340 | 12 | 71 | 0 | 14 | 442 | 103 | 77 |
| Binary | 11001010 | 1100001 | 11100000 | 1010 | 111001 | 0 | 1100 | 100100010 | 1000011 | 111111 |
Color Harmonies of #CA61E0
Complementary color
Monochromatic Colors of #CA61E0
Black with #CA61E0
Text Example
Text Example
White with #CA61E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA61E0; }
p { color: rgb(202,97,224); }
H1.HeaderClassName
{
color: #CA61E0;
}
.AnyTagClassName
{
color: #CA61E0;
}
</style>
background-color css
<style>
a { background-color: #CA61E0; }
a { background-color: rgb(202,97,224); }
div.DivClassName
{
background-color: #CA61E0;
}
.BgClassName
{
background-color: #CA61E0;
}
</style>
border-color css
<style>
span { border-color: #CA61E0; }
span { border-color: rgb(202,97,224); }
td.TdClassName
{
border-color: #CA61E0;
}
.TagClassName
{
border-color: #CA61E0;
}
</style>