Shades of Medium Orchid #CD52F0
Tints of Medium Orchid #CD52F0
RGB
CMYK
RGB Variations
Color information
#CD52F0 (or 0xCD52F0) is known color: Medium Orchid. HEX triplet: CD, 52 and F0. RGB value is (205,82,240). Sum of RGB (Red+Green+Blue) = 205+82+240=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 82 (32.42% from 255 or 15.56% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #CD52F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD52F0 is #32AD0F. Grayscale: #888888. Windows color (decimal): -3321104 or 15749837. OLE color: 15749837.
HSL color Cylindrical-coordinate representation of color #CD52F0: hue angle of 286.71º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD52F0 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 82 | 240 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.06 |
| HSL | 286.71º | 0.84% | 0.63% | - |
| HSV(B) | 286.71º | 0.66% | 0.94% | - |
| XYZ | 43.92 | 25.3 | 85.01 | - |
| YUV | 136.79 | 186.25 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 82 | 240 | 0.15 | 0.66 | 0 | 0.06 | 286.71 | 0.84 | 0.63 |
| Hex | CD | 52 | F0 | F | 42 | 0 | 6 | 11F | 54 | 3F |
| Octal | 315 | 122 | 360 | 17 | 102 | 0 | 6 | 437 | 124 | 77 |
| Binary | 11001101 | 1010010 | 11110000 | 1111 | 1000010 | 0 | 110 | 100011111 | 1010100 | 111111 |
Color Harmonies of #CD52F0
Complementary color
Monochromatic Colors of #CD52F0
Black with #CD52F0
Text Example
Text Example
White with #CD52F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD52F0; }
p { color: rgb(205,82,240); }
H1.HeaderClassName
{
color: #CD52F0;
}
.AnyTagClassName
{
color: #CD52F0;
}
</style>
background-color css
<style>
a { background-color: #CD52F0; }
a { background-color: rgb(205,82,240); }
div.DivClassName
{
background-color: #CD52F0;
}
.BgClassName
{
background-color: #CD52F0;
}
</style>
border-color css
<style>
span { border-color: #CD52F0; }
span { border-color: rgb(205,82,240); }
td.TdClassName
{
border-color: #CD52F0;
}
.TagClassName
{
border-color: #CD52F0;
}
</style>