Shades of Medium Orchid #CA4AF0
Tints of Medium Orchid #CA4AF0
RGB
CMYK
RGB Variations
Color information
#CA4AF0 (or 0xCA4AF0) is known color: Medium Orchid. HEX triplet: CA, 4A and F0. RGB value is (202,74,240). Sum of RGB (Red+Green+Blue) = 202+74+240=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 74 (29.30% from 255 or 14.34% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA4AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4AF0 is #35B50F. Grayscale: #828282. Windows color (decimal): -3519760 or 15747786. OLE color: 15747786.
HSL color Cylindrical-coordinate representation of color #CA4AF0: hue angle of 286.27º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA4AF0 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 74 | 240 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.06 |
| HSL | 286.27º | 0.85% | 0.62% | - |
| HSV(B) | 286.27º | 0.69% | 0.94% | - |
| XYZ | 42.53 | 23.75 | 84.78 | - |
| YUV | 131.2 | 189.41 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 74 | 240 | 0.16 | 0.69 | 0 | 0.06 | 286.27 | 0.85 | 0.62 |
| Hex | CA | 4A | F0 | 10 | 45 | 0 | 6 | 11E | 55 | 3E |
| Octal | 312 | 112 | 360 | 20 | 105 | 0 | 6 | 436 | 125 | 76 |
| Binary | 11001010 | 1001010 | 11110000 | 10000 | 1000101 | 0 | 110 | 100011110 | 1010101 | 111110 |
Color Harmonies of #CA4AF0
Complementary color
Monochromatic Colors of #CA4AF0
Black with #CA4AF0
Text Example
Text Example
White with #CA4AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4AF0; }
p { color: rgb(202,74,240); }
H1.HeaderClassName
{
color: #CA4AF0;
}
.AnyTagClassName
{
color: #CA4AF0;
}
</style>
background-color css
<style>
a { background-color: #CA4AF0; }
a { background-color: rgb(202,74,240); }
div.DivClassName
{
background-color: #CA4AF0;
}
.BgClassName
{
background-color: #CA4AF0;
}
</style>
border-color css
<style>
span { border-color: #CA4AF0; }
span { border-color: rgb(202,74,240); }
td.TdClassName
{
border-color: #CA4AF0;
}
.TagClassName
{
border-color: #CA4AF0;
}
</style>