Shades of Medium Orchid #CD37FA
Tints of Medium Orchid #CD37FA
RGB
CMYK
RGB Variations
Color information
#CD37FA (or 0xCD37FA) is known color: Medium Orchid. HEX triplet: CD, 37 and FA. RGB value is (205,55,250). Sum of RGB (Red+Green+Blue) = 205+55+250=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 55 (21.88% from 255 or 10.78% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #CD37FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD37FA is #32C805. Grayscale: #797979. Windows color (decimal): -3328006 or 16398285. OLE color: 16398285.
HSL color Cylindrical-coordinate representation of color #CD37FA: hue angle of 286.15º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD37FA is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 55 | 250 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.02 |
| HSL | 286.15º | 0.95% | 0.6% | - |
| HSV(B) | 286.15º | 0.78% | 0.98% | - |
| XYZ | 43.8 | 22.61 | 92.5 | - |
| YUV | 122.08 | 200.2 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 55 | 250 | 0.18 | 0.78 | 0 | 0.02 | 286.15 | 0.95 | 0.6 |
| Hex | CD | 37 | FA | 12 | 4E | 0 | 2 | 11E | 5F | 3C |
| Octal | 315 | 67 | 372 | 22 | 116 | 0 | 2 | 436 | 137 | 74 |
| Binary | 11001101 | 110111 | 11111010 | 10010 | 1001110 | 0 | 10 | 100011110 | 1011111 | 111100 |
Color Harmonies of #CD37FA
Complementary color
Monochromatic Colors of #CD37FA
Black with #CD37FA
Text Example
Text Example
White with #CD37FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD37FA; }
p { color: rgb(205,55,250); }
H1.HeaderClassName
{
color: #CD37FA;
}
.AnyTagClassName
{
color: #CD37FA;
}
</style>
background-color css
<style>
a { background-color: #CD37FA; }
a { background-color: rgb(205,55,250); }
div.DivClassName
{
background-color: #CD37FA;
}
.BgClassName
{
background-color: #CD37FA;
}
</style>
border-color css
<style>
span { border-color: #CD37FA; }
span { border-color: rgb(205,55,250); }
td.TdClassName
{
border-color: #CD37FA;
}
.TagClassName
{
border-color: #CD37FA;
}
</style>