Shades of Medium Orchid #CA38F6
Tints of Medium Orchid #CA38F6
RGB
CMYK
RGB Variations
Color information
#CA38F6 (or 0xCA38F6) is known color: Medium Orchid. HEX triplet: CA, 38 and F6. RGB value is (202,56,246). Sum of RGB (Red+Green+Blue) = 202+56+246=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 56 (22.27% from 255 or 11.11% from 504); Blue value is 246 (96.48% from 255 or 48.81% from 504); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA38F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA38F6 is #35C709. Grayscale: #787878. Windows color (decimal): -3524362 or 16136394. OLE color: 16136394.
HSL color Cylindrical-coordinate representation of color #CA38F6: hue angle of 286.11º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA38F6 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 56 | 246 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.04 |
| HSL | 286.11º | 0.91% | 0.59% | - |
| HSV(B) | 286.11º | 0.77% | 0.96% | - |
| XYZ | 42.41 | 22.04 | 89.21 | - |
| YUV | 121.31 | 198.37 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 56 | 246 | 0.18 | 0.77 | 0 | 0.04 | 286.11 | 0.91 | 0.59 |
| Hex | CA | 38 | F6 | 12 | 4D | 0 | 4 | 11E | 5B | 3B |
| Octal | 312 | 70 | 366 | 22 | 115 | 0 | 4 | 436 | 133 | 73 |
| Binary | 11001010 | 111000 | 11110110 | 10010 | 1001101 | 0 | 100 | 100011110 | 1011011 | 111011 |
Color Harmonies of #CA38F6
Complementary color
Monochromatic Colors of #CA38F6
Black with #CA38F6
Text Example
Text Example
White with #CA38F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA38F6; }
p { color: rgb(202,56,246); }
H1.HeaderClassName
{
color: #CA38F6;
}
.AnyTagClassName
{
color: #CA38F6;
}
</style>
background-color css
<style>
a { background-color: #CA38F6; }
a { background-color: rgb(202,56,246); }
div.DivClassName
{
background-color: #CA38F6;
}
.BgClassName
{
background-color: #CA38F6;
}
</style>
border-color css
<style>
span { border-color: #CA38F6; }
span { border-color: rgb(202,56,246); }
td.TdClassName
{
border-color: #CA38F6;
}
.TagClassName
{
border-color: #CA38F6;
}
</style>