Shades of Medium Orchid #CA4EF8
Tints of Medium Orchid #CA4EF8
RGB
CMYK
RGB Variations
Color information
#CA4EF8 (or 0xCA4EF8) is known color: Medium Orchid. HEX triplet: CA, 4E and F8. RGB value is (202,78,248). Sum of RGB (Red+Green+Blue) = 202+78+248=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 78 (30.86% from 255 or 14.77% from 528); Blue value is 248 (97.27% from 255 or 46.97% from 528); Max value from RGB is 248 - color contains mainly: blue. Hex color #CA4EF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4EF8 is #35B107. Grayscale: #858585. Windows color (decimal): -3518728 or 16273098. OLE color: 16273098.
HSL color Cylindrical-coordinate representation of color #CA4EF8: hue angle of 283.76º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA4EF8 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 78 | 248 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.03 |
| HSL | 283.76º | 0.92% | 0.64% | - |
| HSV(B) | 283.76º | 0.69% | 0.97% | - |
| XYZ | 44.02 | 24.78 | 91.27 | - |
| YUV | 134.46 | 192.08 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 78 | 248 | 0.19 | 0.69 | 0 | 0.03 | 283.76 | 0.92 | 0.64 |
| Hex | CA | 4E | F8 | 13 | 45 | 0 | 3 | 11C | 5C | 40 |
| Octal | 312 | 116 | 370 | 23 | 105 | 0 | 3 | 434 | 134 | 100 |
| Binary | 11001010 | 1001110 | 11111000 | 10011 | 1000101 | 0 | 11 | 100011100 | 1011100 | 1000000 |
Color Harmonies of #CA4EF8
Complementary color
Monochromatic Colors of #CA4EF8
Black with #CA4EF8
Text Example
Text Example
White with #CA4EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4EF8; }
p { color: rgb(202,78,248); }
H1.HeaderClassName
{
color: #CA4EF8;
}
.AnyTagClassName
{
color: #CA4EF8;
}
</style>
background-color css
<style>
a { background-color: #CA4EF8; }
a { background-color: rgb(202,78,248); }
div.DivClassName
{
background-color: #CA4EF8;
}
.BgClassName
{
background-color: #CA4EF8;
}
</style>
border-color css
<style>
span { border-color: #CA4EF8; }
span { border-color: rgb(202,78,248); }
td.TdClassName
{
border-color: #CA4EF8;
}
.TagClassName
{
border-color: #CA4EF8;
}
</style>