Shades of Medium Orchid #CA4FF6
Tints of Medium Orchid #CA4FF6
RGB
CMYK
RGB Variations
Color information
#CA4FF6 (or 0xCA4FF6) is known color: Medium Orchid. HEX triplet: CA, 4F and F6. RGB value is (202,79,246). Sum of RGB (Red+Green+Blue) = 202+79+246=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 79 (31.25% from 255 or 14.99% from 527); Blue value is 246 (96.48% from 255 or 46.68% from 527); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA4FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA4FF6 is #35B009. Grayscale: #868686. Windows color (decimal): -3518474 or 16142282. OLE color: 16142282.
HSL color Cylindrical-coordinate representation of color #CA4FF6: hue angle of 284.19º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA4FF6 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 79 | 246 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.04 |
| HSL | 284.19º | 0.9% | 0.64% | - |
| HSV(B) | 284.19º | 0.68% | 0.96% | - |
| XYZ | 43.79 | 24.8 | 89.67 | - |
| YUV | 134.82 | 190.75 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 79 | 246 | 0.18 | 0.68 | 0 | 0.04 | 284.19 | 0.9 | 0.64 |
| Hex | CA | 4F | F6 | 12 | 44 | 0 | 4 | 11C | 5A | 40 |
| Octal | 312 | 117 | 366 | 22 | 104 | 0 | 4 | 434 | 132 | 100 |
| Binary | 11001010 | 1001111 | 11110110 | 10010 | 1000100 | 0 | 100 | 100011100 | 1011010 | 1000000 |
Color Harmonies of #CA4FF6
Complementary color
Monochromatic Colors of #CA4FF6
Black with #CA4FF6
Text Example
Text Example
White with #CA4FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA4FF6; }
p { color: rgb(202,79,246); }
H1.HeaderClassName
{
color: #CA4FF6;
}
.AnyTagClassName
{
color: #CA4FF6;
}
</style>
background-color css
<style>
a { background-color: #CA4FF6; }
a { background-color: rgb(202,79,246); }
div.DivClassName
{
background-color: #CA4FF6;
}
.BgClassName
{
background-color: #CA4FF6;
}
</style>
border-color css
<style>
span { border-color: #CA4FF6; }
span { border-color: rgb(202,79,246); }
td.TdClassName
{
border-color: #CA4FF6;
}
.TagClassName
{
border-color: #CA4FF6;
}
</style>