Shades of Medium Orchid #CA4BF0
Tints of Medium Orchid #CA4BF0
RGB
CMYK
RGB Variations
Color information
#CA4BF0 (or 0xCA4BF0) is known color: Medium Orchid. HEX triplet: CA, 4B and F0. RGB value is (202,75,240). Sum of RGB (Red+Green+Blue) = 202+75+240=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 75 (29.69% from 255 or 14.51% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA4BF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4BF0 is #35B40F. Grayscale: #838383. Windows color (decimal): -3519504 or 15748042. OLE color: 15748042.
HSL color Cylindrical-coordinate representation of color #CA4BF0: hue angle of 286.18º 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 #CA4BF0 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 75 | 240 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.06 |
| HSL | 286.18º | 0.85% | 0.62% | - |
| HSV(B) | 286.18º | 0.69% | 0.94% | - |
| XYZ | 42.6 | 23.88 | 84.8 | - |
| YUV | 131.78 | 189.08 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 75 | 240 | 0.16 | 0.69 | 0 | 0.06 | 286.18 | 0.85 | 0.62 |
| Hex | CA | 4B | F0 | 10 | 45 | 0 | 6 | 11E | 55 | 3E |
| Octal | 312 | 113 | 360 | 20 | 105 | 0 | 6 | 436 | 125 | 76 |
| Binary | 11001010 | 1001011 | 11110000 | 10000 | 1000101 | 0 | 110 | 100011110 | 1010101 | 111110 |
Color Harmonies of #CA4BF0
Complementary color
Monochromatic Colors of #CA4BF0
Black with #CA4BF0
Text Example
Text Example
White with #CA4BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4BF0; }
p { color: rgb(202,75,240); }
H1.HeaderClassName
{
color: #CA4BF0;
}
.AnyTagClassName
{
color: #CA4BF0;
}
</style>
background-color css
<style>
a { background-color: #CA4BF0; }
a { background-color: rgb(202,75,240); }
div.DivClassName
{
background-color: #CA4BF0;
}
.BgClassName
{
background-color: #CA4BF0;
}
</style>
border-color css
<style>
span { border-color: #CA4BF0; }
span { border-color: rgb(202,75,240); }
td.TdClassName
{
border-color: #CA4BF0;
}
.TagClassName
{
border-color: #CA4BF0;
}
</style>