Shades of Medium Orchid #CA4DF7
Tints of Medium Orchid #CA4DF7
RGB
CMYK
RGB Variations
Color information
#CA4DF7 (or 0xCA4DF7) is known color: Medium Orchid. HEX triplet: CA, 4D and F7. RGB value is (202,77,247). Sum of RGB (Red+Green+Blue) = 202+77+247=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 77 (30.47% from 255 or 14.64% from 526); Blue value is 247 (96.88% from 255 or 46.96% from 526); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA4DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4DF7 is #35B208. Grayscale: #858585. Windows color (decimal): -3518985 or 16207306. OLE color: 16207306.
HSL color Cylindrical-coordinate representation of color #CA4DF7: hue angle of 284.12º degrees, saturation: 0.91, 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 #CA4DF7 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 77 | 247 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.03 |
| HSL | 284.12º | 0.91% | 0.64% | - |
| HSV(B) | 284.12º | 0.69% | 0.97% | - |
| XYZ | 43.8 | 24.58 | 90.43 | - |
| YUV | 133.76 | 191.91 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 77 | 247 | 0.18 | 0.69 | 0 | 0.03 | 284.12 | 0.91 | 0.64 |
| Hex | CA | 4D | F7 | 12 | 45 | 0 | 3 | 11C | 5B | 40 |
| Octal | 312 | 115 | 367 | 22 | 105 | 0 | 3 | 434 | 133 | 100 |
| Binary | 11001010 | 1001101 | 11110111 | 10010 | 1000101 | 0 | 11 | 100011100 | 1011011 | 1000000 |
Color Harmonies of #CA4DF7
Complementary color
Monochromatic Colors of #CA4DF7
Black with #CA4DF7
Text Example
Text Example
White with #CA4DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4DF7; }
p { color: rgb(202,77,247); }
H1.HeaderClassName
{
color: #CA4DF7;
}
.AnyTagClassName
{
color: #CA4DF7;
}
</style>
background-color css
<style>
a { background-color: #CA4DF7; }
a { background-color: rgb(202,77,247); }
div.DivClassName
{
background-color: #CA4DF7;
}
.BgClassName
{
background-color: #CA4DF7;
}
</style>
border-color css
<style>
span { border-color: #CA4DF7; }
span { border-color: rgb(202,77,247); }
td.TdClassName
{
border-color: #CA4DF7;
}
.TagClassName
{
border-color: #CA4DF7;
}
</style>