Shades of Medium Orchid #CA4CF8
Tints of Medium Orchid #CA4CF8
RGB
CMYK
RGB Variations
Color information
#CA4CF8 (or 0xCA4CF8) is known color: Medium Orchid. HEX triplet: CA, 4C and F8. RGB value is (202,76,248). Sum of RGB (Red+Green+Blue) = 202+76+248=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 76 (30.08% from 255 or 14.45% from 526); Blue value is 248 (97.27% from 255 or 47.15% from 526); Max value from RGB is 248 - color contains mainly: blue. Hex color #CA4CF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA4CF8 is #35B307. Grayscale: #848484. Windows color (decimal): -3519240 or 16272586. OLE color: 16272586.
HSL color Cylindrical-coordinate representation of color #CA4CF8: hue angle of 283.95º 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 #CA4CF8 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 76 | 248 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.03 |
| HSL | 283.95º | 0.92% | 0.64% | - |
| HSV(B) | 283.95º | 0.69% | 0.97% | - |
| XYZ | 43.88 | 24.5 | 91.22 | - |
| YUV | 133.28 | 192.74 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 76 | 248 | 0.19 | 0.69 | 0 | 0.03 | 283.95 | 0.92 | 0.64 |
| Hex | CA | 4C | F8 | 13 | 45 | 0 | 3 | 11C | 5C | 40 |
| Octal | 312 | 114 | 370 | 23 | 105 | 0 | 3 | 434 | 134 | 100 |
| Binary | 11001010 | 1001100 | 11111000 | 10011 | 1000101 | 0 | 11 | 100011100 | 1011100 | 1000000 |
Color Harmonies of #CA4CF8
Complementary color
Monochromatic Colors of #CA4CF8
Black with #CA4CF8
Text Example
Text Example
White with #CA4CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4CF8; }
p { color: rgb(202,76,248); }
H1.HeaderClassName
{
color: #CA4CF8;
}
.AnyTagClassName
{
color: #CA4CF8;
}
</style>
background-color css
<style>
a { background-color: #CA4CF8; }
a { background-color: rgb(202,76,248); }
div.DivClassName
{
background-color: #CA4CF8;
}
.BgClassName
{
background-color: #CA4CF8;
}
</style>
border-color css
<style>
span { border-color: #CA4CF8; }
span { border-color: rgb(202,76,248); }
td.TdClassName
{
border-color: #CA4CF8;
}
.TagClassName
{
border-color: #CA4CF8;
}
</style>