Shades of Medium Orchid #CA5AF0
Tints of Medium Orchid #CA5AF0
RGB
CMYK
RGB Variations
Color information
#CA5AF0 (or 0xCA5AF0) is known color: Medium Orchid. HEX triplet: CA, 5A and F0. RGB value is (202,90,240). Sum of RGB (Red+Green+Blue) = 202+90+240=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 90 (35.55% from 255 or 16.92% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA5AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5AF0 is #35A50F. Grayscale: #8C8C8C. Windows color (decimal): -3515664 or 15751882. OLE color: 15751882.
HSL color Cylindrical-coordinate representation of color #CA5AF0: hue angle of 284.8º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA5AF0 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 90 | 240 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.06 |
| HSL | 284.8º | 0.83% | 0.65% | - |
| HSV(B) | 284.8º | 0.63% | 0.94% | - |
| XYZ | 43.74 | 26.16 | 85.18 | - |
| YUV | 140.59 | 184.11 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 90 | 240 | 0.16 | 0.62 | 0 | 0.06 | 284.8 | 0.83 | 0.65 |
| Hex | CA | 5A | F0 | 10 | 3E | 0 | 6 | 11D | 53 | 41 |
| Octal | 312 | 132 | 360 | 20 | 76 | 0 | 6 | 435 | 123 | 101 |
| Binary | 11001010 | 1011010 | 11110000 | 10000 | 111110 | 0 | 110 | 100011101 | 1010011 | 1000001 |
Color Harmonies of #CA5AF0
Complementary color
Monochromatic Colors of #CA5AF0
Black with #CA5AF0
Text Example
Text Example
White with #CA5AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5AF0; }
p { color: rgb(202,90,240); }
H1.HeaderClassName
{
color: #CA5AF0;
}
.AnyTagClassName
{
color: #CA5AF0;
}
</style>
background-color css
<style>
a { background-color: #CA5AF0; }
a { background-color: rgb(202,90,240); }
div.DivClassName
{
background-color: #CA5AF0;
}
.BgClassName
{
background-color: #CA5AF0;
}
</style>
border-color css
<style>
span { border-color: #CA5AF0; }
span { border-color: rgb(202,90,240); }
td.TdClassName
{
border-color: #CA5AF0;
}
.TagClassName
{
border-color: #CA5AF0;
}
</style>