Shades of Medium Orchid #CA41FD
Tints of Medium Orchid #CA41FD
RGB
CMYK
RGB Variations
Color information
#CA41FD (or 0xCA41FD) is known color: Medium Orchid. HEX triplet: CA, 41 and FD. RGB value is (202,65,253). Sum of RGB (Red+Green+Blue) = 202+65+253=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 65 (25.78% from 255 or 12.5% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA41FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA41FD is #35BE02. Grayscale: #7E7E7E. Windows color (decimal): -3522051 or 16597450. OLE color: 16597450.
HSL color Cylindrical-coordinate representation of color #CA41FD: hue angle of 283.72º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA41FD is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 65 | 253 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.01 |
| HSL | 283.72º | 0.98% | 0.62% | - |
| HSV(B) | 283.72º | 0.74% | 0.99% | - |
| XYZ | 43.98 | 23.43 | 95.13 | - |
| YUV | 127.4 | 198.89 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 65 | 253 | 0.20 | 0.74 | 0 | 0.01 | 283.72 | 0.98 | 0.62 |
| Hex | CA | 41 | FD | 14 | 4A | 0 | 1 | 11C | 62 | 3E |
| Octal | 312 | 101 | 375 | 24 | 112 | 0 | 1 | 434 | 142 | 76 |
| Binary | 11001010 | 1000001 | 11111101 | 10100 | 1001010 | 0 | 1 | 100011100 | 1100010 | 111110 |
Color Harmonies of #CA41FD
Complementary color
Monochromatic Colors of #CA41FD
Black with #CA41FD
Text Example
Text Example
White with #CA41FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA41FD; }
p { color: rgb(202,65,253); }
H1.HeaderClassName
{
color: #CA41FD;
}
.AnyTagClassName
{
color: #CA41FD;
}
</style>
background-color css
<style>
a { background-color: #CA41FD; }
a { background-color: rgb(202,65,253); }
div.DivClassName
{
background-color: #CA41FD;
}
.BgClassName
{
background-color: #CA41FD;
}
</style>
border-color css
<style>
span { border-color: #CA41FD; }
span { border-color: rgb(202,65,253); }
td.TdClassName
{
border-color: #CA41FD;
}
.TagClassName
{
border-color: #CA41FD;
}
</style>