Shades of Medium Orchid #CA3FE8
Tints of Medium Orchid #CA3FE8
RGB
CMYK
RGB Variations
Color information
#CA3FE8 (or 0xCA3FE8) is known color: Medium Orchid. HEX triplet: CA, 3F and E8. RGB value is (202,63,232). Sum of RGB (Red+Green+Blue) = 202+63+232=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 63 (25% from 255 or 12.68% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA3FE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3FE8 is #35C017. Grayscale: #7B7B7B. Windows color (decimal): -3522584 or 15220682. OLE color: 15220682.
HSL color Cylindrical-coordinate representation of color #CA3FE8: hue angle of 289.35º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA3FE8 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 63 | 232 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.09 |
| HSL | 289.35º | 0.79% | 0.58% | - |
| HSV(B) | 289.35º | 0.73% | 0.91% | - |
| XYZ | 40.7 | 21.94 | 78.43 | - |
| YUV | 123.83 | 189.05 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 63 | 232 | 0.13 | 0.73 | 0 | 0.09 | 289.35 | 0.79 | 0.58 |
| Hex | CA | 3F | E8 | D | 49 | 0 | 9 | 121 | 4F | 3A |
| Octal | 312 | 77 | 350 | 15 | 111 | 0 | 11 | 441 | 117 | 72 |
| Binary | 11001010 | 111111 | 11101000 | 1101 | 1001001 | 0 | 1001 | 100100001 | 1001111 | 111010 |
Color Harmonies of #CA3FE8
Complementary color
Monochromatic Colors of #CA3FE8
Black with #CA3FE8
Text Example
Text Example
White with #CA3FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3FE8; }
p { color: rgb(202,63,232); }
H1.HeaderClassName
{
color: #CA3FE8;
}
.AnyTagClassName
{
color: #CA3FE8;
}
</style>
background-color css
<style>
a { background-color: #CA3FE8; }
a { background-color: rgb(202,63,232); }
div.DivClassName
{
background-color: #CA3FE8;
}
.BgClassName
{
background-color: #CA3FE8;
}
</style>
border-color css
<style>
span { border-color: #CA3FE8; }
span { border-color: rgb(202,63,232); }
td.TdClassName
{
border-color: #CA3FE8;
}
.TagClassName
{
border-color: #CA3FE8;
}
</style>