Shades of Medium Orchid #CA4DF9
Tints of Medium Orchid #CA4DF9
RGB
CMYK
RGB Variations
Color information
#CA4DF9 (or 0xCA4DF9) is known color: Medium Orchid. HEX triplet: CA, 4D and F9. RGB value is (202,77,249). Sum of RGB (Red+Green+Blue) = 202+77+249=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 77 (30.47% from 255 or 14.58% from 528); Blue value is 249 (97.66% from 255 or 47.16% from 528); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA4DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4DF9 is #35B206. Grayscale: #858585. Windows color (decimal): -3518983 or 16338378. OLE color: 16338378.
HSL color Cylindrical-coordinate representation of color #CA4DF9: hue angle of 283.6º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA4DF9 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 77 | 249 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.02 |
| HSL | 283.6º | 0.93% | 0.64% | - |
| HSV(B) | 283.6º | 0.69% | 0.98% | - |
| XYZ | 44.11 | 24.7 | 92.07 | - |
| YUV | 133.98 | 192.91 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 249 | 0.19 | 0.69 | 0 | 0.02 | 283.6 | 0.93 | 0.64 |
| Hex | CA | 4D | F9 | 13 | 45 | 0 | 2 | 11C | 5D | 40 |
| Octal | 312 | 115 | 371 | 23 | 105 | 0 | 2 | 434 | 135 | 100 |
| Binary | 11001010 | 1001101 | 11111001 | 10011 | 1000101 | 0 | 10 | 100011100 | 1011101 | 1000000 |
Color Harmonies of #CA4DF9
Complementary color
Monochromatic Colors of #CA4DF9
Black with #CA4DF9
Text Example
Text Example
White with #CA4DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4DF9; }
p { color: rgb(202,77,249); }
H1.HeaderClassName
{
color: #CA4DF9;
}
.AnyTagClassName
{
color: #CA4DF9;
}
</style>
background-color css
<style>
a { background-color: #CA4DF9; }
a { background-color: rgb(202,77,249); }
div.DivClassName
{
background-color: #CA4DF9;
}
.BgClassName
{
background-color: #CA4DF9;
}
</style>
border-color css
<style>
span { border-color: #CA4DF9; }
span { border-color: rgb(202,77,249); }
td.TdClassName
{
border-color: #CA4DF9;
}
.TagClassName
{
border-color: #CA4DF9;
}
</style>