Shades of Medium Orchid #CA5FE6
Tints of Medium Orchid #CA5FE6
RGB
CMYK
RGB Variations
Color information
#CA5FE6 (or 0xCA5FE6) is known color: Medium Orchid. HEX triplet: CA, 5F and E6. RGB value is (202,95,230). Sum of RGB (Red+Green+Blue) = 202+95+230=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 95 (37.5% from 255 or 18.03% from 527); Blue value is 230 (90.23% from 255 or 43.64% from 527); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA5FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5FE6 is #35A019. Grayscale: #8D8D8D. Windows color (decimal): -3514394 or 15097802. OLE color: 15097802.
HSL color Cylindrical-coordinate representation of color #CA5FE6: hue angle of 287.56º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA5FE6 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 95 | 230 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.10 |
| HSL | 287.56º | 0.73% | 0.64% | - |
| HSV(B) | 287.56º | 0.59% | 0.9% | - |
| XYZ | 42.73 | 26.45 | 77.72 | - |
| YUV | 142.38 | 177.45 | 170.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 95 | 230 | 0.12 | 0.59 | 0 | 0.10 | 287.56 | 0.73 | 0.64 |
| Hex | CA | 5F | E6 | C | 3B | 0 | A | 120 | 49 | 40 |
| Octal | 312 | 137 | 346 | 14 | 73 | 0 | 12 | 440 | 111 | 100 |
| Binary | 11001010 | 1011111 | 11100110 | 1100 | 111011 | 0 | 1010 | 100100000 | 1001001 | 1000000 |
Color Harmonies of #CA5FE6
Complementary color
Monochromatic Colors of #CA5FE6
Black with #CA5FE6
Text Example
Text Example
White with #CA5FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5FE6; }
p { color: rgb(202,95,230); }
H1.HeaderClassName
{
color: #CA5FE6;
}
.AnyTagClassName
{
color: #CA5FE6;
}
</style>
background-color css
<style>
a { background-color: #CA5FE6; }
a { background-color: rgb(202,95,230); }
div.DivClassName
{
background-color: #CA5FE6;
}
.BgClassName
{
background-color: #CA5FE6;
}
</style>
border-color css
<style>
span { border-color: #CA5FE6; }
span { border-color: rgb(202,95,230); }
td.TdClassName
{
border-color: #CA5FE6;
}
.TagClassName
{
border-color: #CA5FE6;
}
</style>