Shades of Medium Orchid #CA43E8
Tints of Medium Orchid #CA43E8
RGB
CMYK
RGB Variations
Color information
#CA43E8 (or 0xCA43E8) is known color: Medium Orchid. HEX triplet: CA, 43 and E8. RGB value is (202,67,232). Sum of RGB (Red+Green+Blue) = 202+67+232=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 67 (26.56% from 255 or 13.37% from 501); Blue value is 232 (91.02% from 255 or 46.31% from 501); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA43E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA43E8 is #35BC17. Grayscale: #7D7D7D. Windows color (decimal): -3521560 or 15221706. OLE color: 15221706.
HSL color Cylindrical-coordinate representation of color #CA43E8: hue angle of 289.09º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA43E8 is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 67 | 232 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.09 |
| HSL | 289.09º | 0.78% | 0.59% | - |
| HSV(B) | 289.09º | 0.71% | 0.91% | - |
| XYZ | 40.93 | 22.4 | 78.51 | - |
| YUV | 126.18 | 187.73 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 67 | 232 | 0.13 | 0.71 | 0 | 0.09 | 289.09 | 0.78 | 0.59 |
| Hex | CA | 43 | E8 | D | 47 | 0 | 9 | 121 | 4E | 3B |
| Octal | 312 | 103 | 350 | 15 | 107 | 0 | 11 | 441 | 116 | 73 |
| Binary | 11001010 | 1000011 | 11101000 | 1101 | 1000111 | 0 | 1001 | 100100001 | 1001110 | 111011 |
Color Harmonies of #CA43E8
Complementary color
Monochromatic Colors of #CA43E8
Black with #CA43E8
Text Example
Text Example
White with #CA43E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA43E8; }
p { color: rgb(202,67,232); }
H1.HeaderClassName
{
color: #CA43E8;
}
.AnyTagClassName
{
color: #CA43E8;
}
</style>
background-color css
<style>
a { background-color: #CA43E8; }
a { background-color: rgb(202,67,232); }
div.DivClassName
{
background-color: #CA43E8;
}
.BgClassName
{
background-color: #CA43E8;
}
</style>
border-color css
<style>
span { border-color: #CA43E8; }
span { border-color: rgb(202,67,232); }
td.TdClassName
{
border-color: #CA43E8;
}
.TagClassName
{
border-color: #CA43E8;
}
</style>