Shades of Medium Orchid #CA4FF0
Tints of Medium Orchid #CA4FF0
RGB
CMYK
RGB Variations
Color information
#CA4FF0 (or 0xCA4FF0) is known color: Medium Orchid. HEX triplet: CA, 4F and F0. RGB value is (202,79,240). Sum of RGB (Red+Green+Blue) = 202+79+240=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 79 (31.25% from 255 or 15.16% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA4FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4FF0 is #35B00F. Grayscale: #858585. Windows color (decimal): -3518480 or 15749066. OLE color: 15749066.
HSL color Cylindrical-coordinate representation of color #CA4FF0: hue angle of 285.84º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA4FF0 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 79 | 240 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.06 |
| HSL | 285.84º | 0.84% | 0.63% | - |
| HSV(B) | 285.84º | 0.67% | 0.94% | - |
| XYZ | 42.88 | 24.44 | 84.9 | - |
| YUV | 134.13 | 187.75 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 79 | 240 | 0.16 | 0.67 | 0 | 0.06 | 285.84 | 0.84 | 0.63 |
| Hex | CA | 4F | F0 | 10 | 43 | 0 | 6 | 11E | 54 | 3F |
| Octal | 312 | 117 | 360 | 20 | 103 | 0 | 6 | 436 | 124 | 77 |
| Binary | 11001010 | 1001111 | 11110000 | 10000 | 1000011 | 0 | 110 | 100011110 | 1010100 | 111111 |
Color Harmonies of #CA4FF0
Complementary color
Monochromatic Colors of #CA4FF0
Black with #CA4FF0
Text Example
Text Example
White with #CA4FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4FF0; }
p { color: rgb(202,79,240); }
H1.HeaderClassName
{
color: #CA4FF0;
}
.AnyTagClassName
{
color: #CA4FF0;
}
</style>
background-color css
<style>
a { background-color: #CA4FF0; }
a { background-color: rgb(202,79,240); }
div.DivClassName
{
background-color: #CA4FF0;
}
.BgClassName
{
background-color: #CA4FF0;
}
</style>
border-color css
<style>
span { border-color: #CA4FF0; }
span { border-color: rgb(202,79,240); }
td.TdClassName
{
border-color: #CA4FF0;
}
.TagClassName
{
border-color: #CA4FF0;
}
</style>