Shades of Medium Orchid #C45DEF
Tints of Medium Orchid #C45DEF
RGB
CMYK
RGB Variations
Color information
#C45DEF (or 0xC45DEF) is known color: Medium Orchid. HEX triplet: C4, 5D and EF. RGB value is (196,93,239). Sum of RGB (Red+Green+Blue) = 196+93+239=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 93 (36.72% from 255 or 17.61% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #C45DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45DEF is #3BA210. Grayscale: #8B8B8B. Windows color (decimal): -3908113 or 15687108. OLE color: 15687108.
HSL color Cylindrical-coordinate representation of color #C45DEF: hue angle of 282.33º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C45DEF is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 93 | 239 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.06 |
| HSL | 282.33º | 0.82% | 0.65% | - |
| HSV(B) | 282.33º | 0.61% | 0.94% | - |
| XYZ | 42.26 | 25.8 | 84.41 | - |
| YUV | 140.44 | 183.62 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 93 | 239 | 0.18 | 0.61 | 0 | 0.06 | 282.33 | 0.82 | 0.65 |
| Hex | C4 | 5D | EF | 12 | 3D | 0 | 6 | 11A | 52 | 41 |
| Octal | 304 | 135 | 357 | 22 | 75 | 0 | 6 | 432 | 122 | 101 |
| Binary | 11000100 | 1011101 | 11101111 | 10010 | 111101 | 0 | 110 | 100011010 | 1010010 | 1000001 |
Color Harmonies of #C45DEF
Complementary color
Monochromatic Colors of #C45DEF
Black with #C45DEF
Text Example
Text Example
White with #C45DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45DEF; }
p { color: rgb(196,93,239); }
H1.HeaderClassName
{
color: #C45DEF;
}
.AnyTagClassName
{
color: #C45DEF;
}
</style>
background-color css
<style>
a { background-color: #C45DEF; }
a { background-color: rgb(196,93,239); }
div.DivClassName
{
background-color: #C45DEF;
}
.BgClassName
{
background-color: #C45DEF;
}
</style>
border-color css
<style>
span { border-color: #C45DEF; }
span { border-color: rgb(196,93,239); }
td.TdClassName
{
border-color: #C45DEF;
}
.TagClassName
{
border-color: #C45DEF;
}
</style>