Shades of Medium Orchid #CA55EF
Tints of Medium Orchid #CA55EF
RGB
CMYK
RGB Variations
Color information
#CA55EF (or 0xCA55EF) is known color: Medium Orchid. HEX triplet: CA, 55 and EF. RGB value is (202,85,239). Sum of RGB (Red+Green+Blue) = 202+85+239=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 85 (33.59% from 255 or 16.16% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA55EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA55EF is #35AA10. Grayscale: #898989. Windows color (decimal): -3516945 or 15685066. OLE color: 15685066.
HSL color Cylindrical-coordinate representation of color #CA55EF: hue angle of 285.58º 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 #CA55EF is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 85 | 239 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.06 |
| HSL | 285.58º | 0.83% | 0.64% | - |
| HSV(B) | 285.58º | 0.64% | 0.94% | - |
| XYZ | 43.19 | 25.29 | 84.27 | - |
| YUV | 137.54 | 185.26 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 85 | 239 | 0.15 | 0.64 | 0 | 0.06 | 285.58 | 0.83 | 0.64 |
| Hex | CA | 55 | EF | F | 40 | 0 | 6 | 11E | 53 | 40 |
| Octal | 312 | 125 | 357 | 17 | 100 | 0 | 6 | 436 | 123 | 100 |
| Binary | 11001010 | 1010101 | 11101111 | 1111 | 1000000 | 0 | 110 | 100011110 | 1010011 | 1000000 |
Color Harmonies of #CA55EF
Complementary color
Monochromatic Colors of #CA55EF
Black with #CA55EF
Text Example
Text Example
White with #CA55EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA55EF; }
p { color: rgb(202,85,239); }
H1.HeaderClassName
{
color: #CA55EF;
}
.AnyTagClassName
{
color: #CA55EF;
}
</style>
background-color css
<style>
a { background-color: #CA55EF; }
a { background-color: rgb(202,85,239); }
div.DivClassName
{
background-color: #CA55EF;
}
.BgClassName
{
background-color: #CA55EF;
}
</style>
border-color css
<style>
span { border-color: #CA55EF; }
span { border-color: rgb(202,85,239); }
td.TdClassName
{
border-color: #CA55EF;
}
.TagClassName
{
border-color: #CA55EF;
}
</style>