Shades of Medium Orchid #CD3CFE
Tints of Medium Orchid #CD3CFE
RGB
CMYK
RGB Variations
Color information
#CD3CFE (or 0xCD3CFE) is known color: Medium Orchid. HEX triplet: CD, 3C and FE. RGB value is (205,60,254). Sum of RGB (Red+Green+Blue) = 205+60+254=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 60 (23.83% from 255 or 11.56% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD3CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD3CFE is #32C301. Grayscale: #7C7C7C. Windows color (decimal): -3326722 or 16661709. OLE color: 16661709.
HSL color Cylindrical-coordinate representation of color #CD3CFE: hue angle of 284.85º 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 #CD3CFE is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 60 | 254 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.00 |
| HSL | 284.85º | 0.99% | 0.62% | - |
| HSV(B) | 284.85º | 0.76% | 1% | - |
| XYZ | 44.68 | 23.37 | 95.92 | - |
| YUV | 125.47 | 200.54 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 60 | 254 | 0.19 | 0.76 | 0 | 0.00 | 284.85 | 0.99 | 0.62 |
| Hex | CD | 3C | FE | 13 | 4C | 0 | 0 | 11D | 63 | 3E |
| Octal | 315 | 74 | 376 | 23 | 114 | 0 | 0 | 435 | 143 | 76 |
| Binary | 11001101 | 111100 | 11111110 | 10011 | 1001100 | 0 | 0 | 100011101 | 1100011 | 111110 |
Color Harmonies of #CD3CFE
Complementary color
Monochromatic Colors of #CD3CFE
Black with #CD3CFE
Text Example
Text Example
White with #CD3CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3CFE; }
p { color: rgb(205,60,254); }
H1.HeaderClassName
{
color: #CD3CFE;
}
.AnyTagClassName
{
color: #CD3CFE;
}
</style>
background-color css
<style>
a { background-color: #CD3CFE; }
a { background-color: rgb(205,60,254); }
div.DivClassName
{
background-color: #CD3CFE;
}
.BgClassName
{
background-color: #CD3CFE;
}
</style>
border-color css
<style>
span { border-color: #CD3CFE; }
span { border-color: rgb(205,60,254); }
td.TdClassName
{
border-color: #CD3CFE;
}
.TagClassName
{
border-color: #CD3CFE;
}
</style>