Shades of Medium Orchid #CD32F2
Tints of Medium Orchid #CD32F2
RGB
CMYK
RGB Variations
Color information
#CD32F2 (or 0xCD32F2) is known color: Medium Orchid. HEX triplet: CD, 32 and F2. RGB value is (205,50,242). Sum of RGB (Red+Green+Blue) = 205+50+242=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 50 (19.92% from 255 or 10.06% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #CD32F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD32F2 is #32CD0D. Grayscale: #757575. Windows color (decimal): -3329294 or 15872717. OLE color: 15872717.
HSL color Cylindrical-coordinate representation of color #CD32F2: hue angle of 288.44º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD32F2 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 50 | 242 | - |
| CMYK | 0.15 | 0.79 | 0 | 0.05 |
| HSL | 288.44º | 0.88% | 0.57% | - |
| HSV(B) | 288.44º | 0.79% | 0.95% | - |
| XYZ | 42.34 | 21.67 | 85.96 | - |
| YUV | 118.23 | 197.85 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 242 | 0.15 | 0.79 | 0 | 0.05 | 288.44 | 0.88 | 0.57 |
| Hex | CD | 32 | F2 | F | 4F | 0 | 5 | 120 | 58 | 39 |
| Octal | 315 | 62 | 362 | 17 | 117 | 0 | 5 | 440 | 130 | 71 |
| Binary | 11001101 | 110010 | 11110010 | 1111 | 1001111 | 0 | 101 | 100100000 | 1011000 | 111001 |
Color Harmonies of #CD32F2
Complementary color
Monochromatic Colors of #CD32F2
Black with #CD32F2
Text Example
Text Example
White with #CD32F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD32F2; }
p { color: rgb(205,50,242); }
H1.HeaderClassName
{
color: #CD32F2;
}
.AnyTagClassName
{
color: #CD32F2;
}
</style>
background-color css
<style>
a { background-color: #CD32F2; }
a { background-color: rgb(205,50,242); }
div.DivClassName
{
background-color: #CD32F2;
}
.BgClassName
{
background-color: #CD32F2;
}
</style>
border-color css
<style>
span { border-color: #CD32F2; }
span { border-color: rgb(205,50,242); }
td.TdClassName
{
border-color: #CD32F2;
}
.TagClassName
{
border-color: #CD32F2;
}
</style>