Shades of Medium Orchid #CF3EDC
Tints of Medium Orchid #CF3EDC
RGB
CMYK
RGB Variations
Color information
#CF3EDC (or 0xCF3EDC) is known color: Medium Orchid. HEX triplet: CF, 3E and DC. RGB value is (207,62,220). Sum of RGB (Red+Green+Blue) = 207+62+220=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 62 (24.61% from 255 or 12.68% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF3EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF3EDC is #30C123. Grayscale: #7A7A7A. Windows color (decimal): -3195172 or 14433999. OLE color: 14433999.
HSL color Cylindrical-coordinate representation of color #CF3EDC: hue angle of 295.06º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3EDC is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 62 | 220 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.14 |
| HSL | 295.06º | 0.69% | 0.55% | - |
| HSV(B) | 295.06º | 0.72% | 0.86% | - |
| XYZ | 40.37 | 21.88 | 69.81 | - |
| YUV | 123.37 | 182.54 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 62 | 220 | 0.06 | 0.72 | 0 | 0.14 | 295.06 | 0.69 | 0.55 |
| Hex | CF | 3E | DC | 6 | 48 | 0 | E | 127 | 45 | 37 |
| Octal | 317 | 76 | 334 | 6 | 110 | 0 | 16 | 447 | 105 | 67 |
| Binary | 11001111 | 111110 | 11011100 | 110 | 1001000 | 0 | 1110 | 100100111 | 1000101 | 110111 |
Color Harmonies of #CF3EDC
Complementary color
Monochromatic Colors of #CF3EDC
Black with #CF3EDC
Text Example
Text Example
White with #CF3EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3EDC; }
p { color: rgb(207,62,220); }
H1.HeaderClassName
{
color: #CF3EDC;
}
.AnyTagClassName
{
color: #CF3EDC;
}
</style>
background-color css
<style>
a { background-color: #CF3EDC; }
a { background-color: rgb(207,62,220); }
div.DivClassName
{
background-color: #CF3EDC;
}
.BgClassName
{
background-color: #CF3EDC;
}
</style>
border-color css
<style>
span { border-color: #CF3EDC; }
span { border-color: rgb(207,62,220); }
td.TdClassName
{
border-color: #CF3EDC;
}
.TagClassName
{
border-color: #CF3EDC;
}
</style>