Shades of Medium Orchid #CD41FE
Tints of Medium Orchid #CD41FE
RGB
CMYK
RGB Variations
Color information
#CD41FE (or 0xCD41FE) is known color: Medium Orchid. HEX triplet: CD, 41 and FE. RGB value is (205,65,254). Sum of RGB (Red+Green+Blue) = 205+65+254=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 65 (25.78% from 255 or 12.40% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD41FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD41FE is #32BE01. Grayscale: #7F7F7F. Windows color (decimal): -3325442 or 16662989. OLE color: 16662989.
HSL color Cylindrical-coordinate representation of color #CD41FE: hue angle of 284.44º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD41FE is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 65 | 254 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.00 |
| HSL | 284.44º | 0.99% | 0.63% | - |
| HSV(B) | 284.44º | 0.74% | 1% | - |
| XYZ | 44.96 | 23.92 | 96.01 | - |
| YUV | 128.41 | 198.88 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 65 | 254 | 0.19 | 0.74 | 0 | 0.00 | 284.44 | 0.99 | 0.63 |
| Hex | CD | 41 | FE | 13 | 4A | 0 | 0 | 11C | 63 | 3F |
| Octal | 315 | 101 | 376 | 23 | 112 | 0 | 0 | 434 | 143 | 77 |
| Binary | 11001101 | 1000001 | 11111110 | 10011 | 1001010 | 0 | 0 | 100011100 | 1100011 | 111111 |
Color Harmonies of #CD41FE
Complementary color
Monochromatic Colors of #CD41FE
Black with #CD41FE
Text Example
Text Example
White with #CD41FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD41FE; }
p { color: rgb(205,65,254); }
H1.HeaderClassName
{
color: #CD41FE;
}
.AnyTagClassName
{
color: #CD41FE;
}
</style>
background-color css
<style>
a { background-color: #CD41FE; }
a { background-color: rgb(205,65,254); }
div.DivClassName
{
background-color: #CD41FE;
}
.BgClassName
{
background-color: #CD41FE;
}
</style>
border-color css
<style>
span { border-color: #CD41FE; }
span { border-color: rgb(205,65,254); }
td.TdClassName
{
border-color: #CD41FE;
}
.TagClassName
{
border-color: #CD41FE;
}
</style>