Shades of Medium Orchid #CA3DFE
Tints of Medium Orchid #CA3DFE
RGB
CMYK
RGB Variations
Color information
#CA3DFE (or 0xCA3DFE) is known color: Medium Orchid. HEX triplet: CA, 3D and FE. RGB value is (202,61,254). Sum of RGB (Red+Green+Blue) = 202+61+254=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 61 (24.22% from 255 or 11.80% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA3DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA3DFE is #35C201. Grayscale: #7C7C7C. Windows color (decimal): -3523074 or 16661962. OLE color: 16661962.
HSL color Cylindrical-coordinate representation of color #CA3DFE: hue angle of 283.83º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA3DFE is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 61 | 254 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.00 |
| HSL | 283.83º | 0.99% | 0.62% | - |
| HSV(B) | 283.83º | 0.76% | 1% | - |
| XYZ | 43.92 | 23.05 | 95.9 | - |
| YUV | 125.16 | 200.71 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 61 | 254 | 0.20 | 0.76 | 0 | 0.00 | 283.83 | 0.99 | 0.62 |
| Hex | CA | 3D | FE | 14 | 4C | 0 | 0 | 11C | 63 | 3E |
| Octal | 312 | 75 | 376 | 24 | 114 | 0 | 0 | 434 | 143 | 76 |
| Binary | 11001010 | 111101 | 11111110 | 10100 | 1001100 | 0 | 0 | 100011100 | 1100011 | 111110 |
Color Harmonies of #CA3DFE
Complementary color
Monochromatic Colors of #CA3DFE
Black with #CA3DFE
Text Example
Text Example
White with #CA3DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3DFE; }
p { color: rgb(202,61,254); }
H1.HeaderClassName
{
color: #CA3DFE;
}
.AnyTagClassName
{
color: #CA3DFE;
}
</style>
background-color css
<style>
a { background-color: #CA3DFE; }
a { background-color: rgb(202,61,254); }
div.DivClassName
{
background-color: #CA3DFE;
}
.BgClassName
{
background-color: #CA3DFE;
}
</style>
border-color css
<style>
span { border-color: #CA3DFE; }
span { border-color: rgb(202,61,254); }
td.TdClassName
{
border-color: #CA3DFE;
}
.TagClassName
{
border-color: #CA3DFE;
}
</style>