Shades of Medium Orchid #CA56EF
Tints of Medium Orchid #CA56EF
RGB
CMYK
RGB Variations
Color information
#CA56EF (or 0xCA56EF) is known color: Medium Orchid. HEX triplet: CA, 56 and EF. RGB value is (202,86,239). Sum of RGB (Red+Green+Blue) = 202+86+239=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 86 (33.98% from 255 or 16.32% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA56EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA56EF is #35A910. Grayscale: #898989. Windows color (decimal): -3516689 or 15685322. OLE color: 15685322.
HSL color Cylindrical-coordinate representation of color #CA56EF: hue angle of 285.49º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA56EF is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 86 | 239 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.06 |
| HSL | 285.49º | 0.83% | 0.64% | - |
| HSV(B) | 285.49º | 0.64% | 0.94% | - |
| XYZ | 43.26 | 25.44 | 84.29 | - |
| YUV | 138.13 | 184.93 | 173.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 86 | 239 | 0.15 | 0.64 | 0 | 0.06 | 285.49 | 0.83 | 0.64 |
| Hex | CA | 56 | EF | F | 40 | 0 | 6 | 11D | 53 | 40 |
| Octal | 312 | 126 | 357 | 17 | 100 | 0 | 6 | 435 | 123 | 100 |
| Binary | 11001010 | 1010110 | 11101111 | 1111 | 1000000 | 0 | 110 | 100011101 | 1010011 | 1000000 |
Color Harmonies of #CA56EF
Complementary color
Monochromatic Colors of #CA56EF
Black with #CA56EF
Text Example
Text Example
White with #CA56EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA56EF; }
p { color: rgb(202,86,239); }
H1.HeaderClassName
{
color: #CA56EF;
}
.AnyTagClassName
{
color: #CA56EF;
}
</style>
background-color css
<style>
a { background-color: #CA56EF; }
a { background-color: rgb(202,86,239); }
div.DivClassName
{
background-color: #CA56EF;
}
.BgClassName
{
background-color: #CA56EF;
}
</style>
border-color css
<style>
span { border-color: #CA56EF; }
span { border-color: rgb(202,86,239); }
td.TdClassName
{
border-color: #CA56EF;
}
.TagClassName
{
border-color: #CA56EF;
}
</style>